From ed40fac24b159f1160c17fc67b01d524ebb8e3f8 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 24 Aug 2022 16:34:16 +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?= 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 de05ee3..d8f7329 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:8001 --noreload + python manage.py runserver 0.0.0.0:8000 --noreload