增加日志和报错

This commit is contained in:
陈冠林
2019-01-25 16:07:48 +08:00
parent 2d8d40209f
commit 3b263cf807
4 changed files with 143 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
while [[ "1" = "1" ]]; do
python3 manage.py runserver 0:8090
sleep 10
done