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