kpsul/provisioning/prepare_django.sh

10 lines
248 B
Bash
Raw Normal View History

#!/bin/bash
# Doit être lancé par bootstrap.sh
source ~/venv/bin/activate
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
python manage.py collectstatic --noinput