mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Fix missing migrate
This commit is contained in:
parent
9b88a75ed4
commit
7364ca8fc7
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#./manage.py runserver 0.0.0.0:8000 --noreload
|
#./manage.py runserver 0.0.0.0:8000 --noreload
|
||||||
|
./manage.py migrate
|
||||||
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi
|
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi
|
||||||
|
Loading…
Reference in New Issue
Block a user