From d8b636f5da432a0f4d80c134703ca87c7844cbdd Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 24 Aug 2022 16:55:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E9=87=8D=E6=96=B0=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=202.=20=E8=B0=83=E6=95=B4=E4=B8=BA=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=203.=20=E6=B7=BB=E5=8A=A0=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=8F=A3=E7=9A=84=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index fab84ea..c83c2ee 100755 --- a/start.sh +++ b/start.sh @@ -30,4 +30,4 @@ else fi python manage.py migrate && - python manage.py runserver 0.0.0.0 $DJANGO_WEB_PORT --noreload + python manage.py runserver 0.0.0.0:$DJANGO_WEB_PORT --noreload