Utilisation d'un virtualenv

This commit is contained in:
Martin Pépin 2016-11-06 15:39:50 +01:00
parent 0cca9f0861
commit 41b54cec9e
3 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# Doit être lancé par bootstrap.sh
python manage.py migrate
python manage.py loaddata users root bda gestion sites
python manage.py collectstatic --noinput
~/venv/bin/python manage.py migrate
~/venv/bin/python manage.py loaddata users root bda gestion sites
~/venv/bin/python manage.py collectstatic --noinput