Skip to content

Commit

Permalink
🐛 fix: 改为手动执行
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Nov 1, 2023
1 parent 532b59f commit 841dff4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions run.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 841dff4

Please sign in to comment.