Added regular runserver to allow hmr

This commit is contained in:
Viswamedha Nalabotu 2026-01-19 19:48:54 +00:00
parent 6bba113c4c
commit 0a07e408c5

View file

@ -24,4 +24,4 @@ for fixture in /app/data/*.json; do
done done
python manage.py collectstatic --noinput python manage.py collectstatic --noinput
exec daphne -b 0.0.0.0 -p 8000 config.asgi:application exec python manage.py runserver 0.0.0:8000