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

ctrl-alt-d/django-aula

Repository files navigation

django-aula

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

School Attendance Software

Imgur

Llicència i Crèdits

Using Docker

cp env.example .env
make build
make start

# If you want to import demo data
make load_demo_data

# If you want to clean the DB
make down
make start

Quick demo

On Ubuntu Server 20.04/22.04 LTS 64 bits:

sudo apt-get update
sudo apt-get install python3 python3-venv python3-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

Si fas una col·laboració aquest més pots participar a la hacktoberfest :)

Necessites ajuda?

Issues/Formularis d'ajuda