forked from DGNum/gestioCOF
8 lines
221 B
Bash
8 lines
221 B
Bash
#!/bin/bash
|
|
# Doit être lancé par bootstrap.sh
|
|
|
|
source ~/venv/bin/activate
|
|
python manage.py migrate
|
|
python manage.py loaddata gestion sites articles
|
|
python manage.py loaddevdata
|
|
python manage.py collectstatic --noinput
|