Gestió de presència, incidències i més per a Instituts, Escoles i Acadèmies.
School Attendance Software
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
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' )
Documentació pas a pas per a fer el desplegament.
Si fas una col·laboració aquest més pots participar a la hacktoberfest :)