gestioCOF/provisioning/prepare_django.sh

10 lines
229 B
Bash
Raw Normal View History

#!/bin/bash
# Stop if an error is encountered.
set -e
python manage.py migrate
2017-02-08 15:26:56 -02:00
python manage.py loaddata gestion sites articles
python manage.py loaddevdata
python manage.py syncmails gestioncof/management/data/custommail.json