init commit

This commit is contained in:
Vasilisk9812 2026-05-25 20:50:43 +09:00
commit 1850608f96
33 changed files with 1840 additions and 0 deletions

4
entrypoint.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
python manage.py collectstatic --noinput
python manage.py migrate --noinput
python -m daphne stratoflights.asgi:application -b 0.0.0.0 -p 8000