From 0a07e408c539dfd7ac5f30da4c66b2907fd2efbf Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Mon, 19 Jan 2026 19:48:54 +0000 Subject: [PATCH] Added regular runserver to allow hmr --- compose/dev/django/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/dev/django/start b/compose/dev/django/start index ce1e1a9..1fb274a 100644 --- a/compose/dev/django/start +++ b/compose/dev/django/start @@ -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 \ No newline at end of file