Fix missing migrate

This commit is contained in:
Jett Jackson
2018-10-30 14:19:14 +08:00
parent 9b88a75ed4
commit 7364ca8fc7

View File

@ -1,4 +1,5 @@
#!/bin/bash
#./manage.py runserver 0.0.0.0:8000 --noreload
./manage.py migrate
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi