Fix missing migrate

This commit is contained in:
Jett Jackson 2018-10-30 14:19:14 +08:00
parent 9b88a75ed4
commit 7364ca8fc7
No known key found for this signature in database
GPG Key ID: 6F862B482FA8AEBA

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