Added regular runserver to allow hmr
This commit is contained in:
parent
6bba113c4c
commit
0a07e408c5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ for fixture in /app/data/*.json; do
|
|||
done
|
||||
|
||||
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
|
||||
Loading…
Reference in a new issue