Déplace les .json dans des dossiers fixtures

This commit is contained in:
Martin Pépin 2016-07-15 01:22:20 +02:00
parent 9c31a45f46
commit eb8b54afdf
4 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# Doit être lancé par bootstrap.sh
python manage.py migrate
python manage.py loaddata test_db/users.json test_db/bda.json test_db/gestion.json
python manage.py loaddata users bda gestion