1. 重新初始化

2. 调整为手动更新
3. 添加指定服务端口的环境变量
This commit is contained in:
ngfchl
2022-08-24 16:53:03 +08:00
parent e610400ab5
commit b23b806da1

View File

@@ -30,4 +30,4 @@ else
fi
python manage.py migrate &&
python manage.py runserver 0.0.0.0:8000 --noreload
python manage.py runserver 0.0.0.0 $DJANGO_WEB_PORT --noreload