mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 23:11:09 +02:00
sleep before migration
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python manage.py compilemessages
|
python manage.py compilemessages
|
||||||
python manage.py makemigrations
|
python manage.py makemigrations
|
||||||
|
sleep 5
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
|
||||||
# TODO: use uwsgi in production
|
# TODO: use uwsgi in production
|
||||||
|
Reference in New Issue
Block a user