2016-11-06 19:01:30 +01:00
|
|
|
#!/bin/bash
|
2016-06-16 00:25:59 +02:00
|
|
|
# Doit être lancé par bootstrap.sh
|
|
|
|
|
2016-11-06 19:01:30 +01:00
|
|
|
source ~/venv/bin/activate
|
|
|
|
python manage.py migrate
|
|
|
|
python manage.py loaddata users root bda gestion sites
|
|
|
|
python manage.py collectstatic --noinput
|