添加initinstall命令

This commit is contained in:
zema1
2017-11-07 19:04:41 +08:00
parent c16543c830
commit 2d00ed802d
7 changed files with 45 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ if [ $? -ne 0 ]; then
let "n+=1"
continue
fi
python manage.py initadmin
python manage.py initinstall
break
done