2 seconds are enough

This commit is contained in:
Yohann D'anello 2020-02-02 23:13:39 +01:00
parent 6fd83e7398
commit cf0ced6021
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
python manage.py compilemessages python manage.py compilemessages
python manage.py makemigrations python manage.py makemigrations
sleep 5 sleep 2
python manage.py migrate python manage.py migrate
# TODO: use uwsgi in production # TODO: use uwsgi in production