forked from DGNum/gestioCOF
0f1e05acdd
Toutes les pages Wagtail doivent désormais être traduites Suppression du modèle COFUtilPage devenu inutile Réinitialisation des migrations de Wagtail à cause des changements de ModelTranslation
10 lines
275 B
Bash
10 lines
275 B
Bash
#!/bin/bash
|
|
|
|
# Stop if an error is encountered.
|
|
set -e
|
|
|
|
python manage.py migrate
|
|
python manage.py sync_page_translation_fields
|
|
python manage.py loaddata gestion sites articles
|
|
python manage.py loaddevdata
|
|
python manage.py syncmails gestioncof/management/data/custommail.json
|