kpsul/provisioning/prepare_django.sh
2019-01-07 22:10:58 +01:00

10 lines
229 B
Bash

#!/bin/bash
# Stop if an error is encountered.
set -e
python manage.py migrate
python manage.py loaddata gestion sites articles
python manage.py loaddevdata
python manage.py syncmails gestioncof/management/data/custommail.json