From 4ec301f4a944abc942ccef8fb264d3268b4de5ac Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 5 Nov 2021 20:50:00 +0300 Subject: [PATCH] gitlab --- scripts/runserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runserver.sh b/scripts/runserver.sh index 3ae1452..e0d6436 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:8000 \ No newline at end of file