Update infra

This commit is contained in:
2023-01-05 21:56:57 +01:00
parent 2807c5e00e
commit e6b5804e37
7 changed files with 390 additions and 23 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
# Apply database migrations
echo "Apply database migrations"
python src/web/manage.py migrate
poetry run python src/web/manage.py migrate
# Start server
echo "Starting server"
python src/web/manage.py runserver 0.0.0.0:8000
poetry run python src/web/manage.py runserver 0.0.0.0:8000