mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Fix run script
This commit is contained in:
parent
9f72505898
commit
6aee5a3b7b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eux
|
set -eux
|
||||||
python manage.py migrate --noinput
|
python manage.py migrate --noinput
|
||||||
inv compilemessages
|
python manage.py compilemessages -l en -l fr
|
||||||
gunicorn checkout.wsgi -b 0.0.0.0:8000 --log-file -
|
gunicorn checkout.wsgi -b 0.0.0.0:8000 --log-file -
|
||||||
|
|
Loading…
Reference in a new issue