From a2d3f86fe143bd11830af81c9463c570cfc2021d Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 25 Dec 2022 21:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=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 deletion(-) diff --git a/start.sh b/start.sh index 9a84250..c1d093f 100644 --- a/start.sh +++ b/start.sh @@ -21,7 +21,6 @@ if [ ! -e $CONTAINER_ALREADY_STARTED ]; then echo "安装pip依赖" pip install -r requirements.txt echo "系统初始化中" - python manage.py makemigrations if [ ! -f db/db.sqlite3 ]; then echo '数据库不存在,初始化数据库' python manage.py migrate