From 841dff4539700bee0c230a23c19c764c1be7f03d Mon Sep 17 00:00:00 2001 From: buyfakett Date: Wed, 1 Nov 2023 13:26:05 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=E6=94=B9=E4=B8=BA=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/run.sh b/run.sh index 9c6565f..6804113 100644 --- a/run.sh +++ b/run.sh @@ -1,9 +1,2 @@ python3 manage.py collectstatic -if [ ! -f database ]; then - python3 manage.py makemigrations rss - python3 manage.py makemigrations push - python3 manage.py makemigrations user - python3 manage.py migrate - touch database -fi python3 manage.py runserver 0.0.0.0:8000 \ No newline at end of file