forked from DGNum/gestioCOF
Ubuntu 16
On passe à ubuntu 16 ce qui permet d'utiliser python3.5 et le paquet python3-venv. Fichier `provisioning/prepare_django.sh` plus propre
This commit is contained in:
parent
41b54cec9e
commit
d1c6c2151a
4 changed files with 17 additions and 17 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Doit être lancé par bootstrap.sh
|
||||
|
||||
~/venv/bin/python manage.py migrate
|
||||
~/venv/bin/python manage.py loaddata users root bda gestion sites
|
||||
~/venv/bin/python manage.py collectstatic --noinput
|
||||
source ~/venv/bin/activate
|
||||
python manage.py migrate
|
||||
python manage.py loaddata users root bda gestion sites
|
||||
python manage.py collectstatic --noinput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue