🚀 first commit

This commit is contained in:
2025-03-06 12:51:11 +01:00
commit a47e9d157e
387 changed files with 93188 additions and 0 deletions

5
run.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python manage.py migrate &&
python manage.py fill_empty_db &&
gunicorn --config gunicorn-cfg.py kalskeborec.wsgi