[Update] 改为supervisor启动

This commit is contained in:
ibuler
2018-03-16 10:43:21 +08:00
parent f195b309d4
commit 2ab26e25cc
3 changed files with 148 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
python ../apps/manage.py makemigrations
python3 ../apps/manage.py makemigrations
python ../apps/manage.py migrate
python3 ../apps/manage.py migrate