diff --git a/start.sh b/start.sh index 9bba070..c9c6e97 100644 --- a/start.sh +++ b/start.sh @@ -2,6 +2,7 @@ # Collect static files cd ctf python manage.py collectstatic --noinput +python manage.py migrate # Start Daphne daphne -b 0.0.0.0 -p 8089 ctf.asgi:application