first commit

This commit is contained in:
vanalmsick 2025-09-27 18:19:06 +01:00
commit e7f627801f
152 changed files with 35352 additions and 0 deletions

5
scripts/dev_setup_db.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd '../src-backend'
python manage.py makemigrations
python manage.py migrate
python manage.py add_dummy_data