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

zafarg-op/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 18.04 LTS 64 bits:

sudo apt-get update
sudo apt-get install python3 python3-venv python-dev git
sudo apt-get install python3-lxml python3-libxml2 libxml2-dev libxslt-dev lib32z1-dev
mkdir djau
cd djau
git clone --single-branch --branch master https://github.com/ctrl-alt-d/django-aula.git django-aula
cd django-aula
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
./scripts/create_demo_data.sh
python manage.py runserver

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.

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.6%
  • HTML 8.3%
  • JavaScript 4.6%
  • CSS 1.3%
  • Other 0.2%