Skip to content

Gestió de presencia, incidències i més en centres educatius i acadèmies.

License

Notifications You must be signed in to change notification settings

ruchmann/django-aula

 
 

Repository files navigation

django-aula

Gestió de presencia, incidències i més per a Instituts, Escoles i Acadèmies.

School Attendance Software

Imgur

Llicència i Crèdits

Quick demo

  • apt-get install python-virtualenv python-pip libxml2-dev libxslt-dev python-libxml2 git
  • mkdir djau
  • cd djau
  • virtualenv venv
  • source venv/bin/activate
  • git clone https://github.com/ctrl-alt-d/django-aula.git
  • cd django-aula
  • pip install -r requirements.txt
  • ./scripts/create_demo_data.sh #this take for a while ( > 7 minutes of fake data )
  • python manage.py runserver 127.0.0.1:8000 # or your
  • Open brose at http://127.0.0.1:8000 ( User M1, M2, ..., T1, T2, .. .All passwd 'dAju' )

About

Gestió de presencia, incidències i més en centres educatius i acadèmies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.6%
  • JavaScript 23.5%
  • HTML 8.0%
  • CSS 5.9%