From ad1a9b596b62d585e1e79bc1e248efb249f59aea Mon Sep 17 00:00:00 2001 From: purvesh0110 <0110purvesh@gmail.com> Date: Thu, 17 Oct 2024 16:56:39 +0530 Subject: [PATCH] command added for sqlite db --- start.sh | 1 + 1 file changed, 1 insertion(+) 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