6 lines
143 B
Bash
6 lines
143 B
Bash
#!/bin/bash
|
|
|
|
python manage.py migrate
|
|
python manage.py loaddata gestion sites articles
|
|
python manage.py loaddevdata
|
|
python manage.py syncmails
|