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

devnowcommit/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

On Ubuntu Server 14.04 LTS 64 bits:

apt-get install python-virtualenv python-pip libxml2-dev 
apt-get install libxslt-dev python-libxml2 python-dev lib32z1-dev 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 browser at http://127.0.0.1:8000 ( User M1, M2, ..., T1, T2, .. .All passwd 'dAju' )

Deployment Docs

Documentació pas a pas per a fer el desplegament.

Documentació instal·lació django-aula a gitbook (Recurs extern)

Vols col·laborar-hi?

FAQs

Necessites ajuda?

Issues/Formularis d'ajuda

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 85.7%
  • HTML 8.0%
  • JavaScript 4.8%
  • CSS 1.4%
  • Shell 0.1%