Gestió de presència, incidències i més per a Instituts, Escoles i Acadèmies.
School Attendance Software
Llicència i Crèdits EL PROGRAMA NO TÉ CAP GARANTIA, UTILITZEU-LO SOTA LA VOSTRA RESPONSABILITAT.
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 24.04 LTS:
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
sudo apt-get install libgl1 libglib2.0-0t64
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.
Aquestes són les issues prioritàries
Hi estàs interessat?