From 9ec53250dc6fc48f746e3145d9544c5bcc5aaebe Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 3 Jan 2023 18:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index c1d093f..ec8cb7e 100644 --- a/start.sh +++ b/start.sh @@ -57,5 +57,6 @@ echo 172.67.98.15 share.dmhy.org >>/etc/hosts echo "写入冬樱HOSTS" echo 217.79.189.238 wintersakura.net >>/etc/hosts echo "启动服务" +pip install -r requirements.txt -U python manage.py migrate python manage.py runserver 0.0.0.0:$DJANGO_WEB_PORT