From 5eab674222acd59e4040640ae87d8cfb9cabdbf6 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sat, 6 Nov 2021 23:42:40 +0300 Subject: [PATCH] no reload --- scripts/runserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runserver.sh b/scripts/runserver.sh index 3ae1452..b56d668 100755 --- a/scripts/runserver.sh +++ b/scripts/runserver.sh @@ -1,3 +1,3 @@ python manage.py migrate python manage.py update_languages -python manage.py runserver 0.0.0.0:$PORT \ No newline at end of file +python manage.py runserver 0.0.0.0:$PORT --noreload \ No newline at end of file