mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +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
|
||||
set -eux
|
||||
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 -
|
||||
|
|
Loading…
Reference in a new issue