2016-11-06 19:01:30 +01:00
|
|
|
#!/bin/bash
|
2016-06-16 00:25:59 +02:00
|
|
|
|
2018-02-11 17:01:26 +01:00
|
|
|
# Stop if an error is encountered.
|
|
|
|
set -e
|
|
|
|
|
2016-11-06 19:01:30 +01:00
|
|
|
python manage.py migrate
|
2019-02-04 22:50:27 +01:00
|
|
|
python manage.py sync_page_translation_fields
|
2019-02-11 21:10:11 +01:00
|
|
|
python manage.py update_translation_fields
|
2017-02-08 18:26:56 +01:00
|
|
|
python manage.py loaddata gestion sites articles
|
2017-01-30 23:13:32 +01:00
|
|
|
python manage.py loaddevdata
|
2019-01-07 22:10:58 +01:00
|
|
|
python manage.py syncmails gestioncof/management/data/custommail.json
|