forked from DGNum/gestioCOF
8 lines
230 B
Bash
8 lines
230 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 checkout
|
|
python manage.py loaddevdata
|
|
python manage.py collectstatic --noinput
|