kpsul/provisioning/prepare_django.sh

10 lines
229 B
Bash
Raw Permalink Normal View History

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