diff --git a/test_db/bda.json b/bda/fixtures/bda.json similarity index 100% rename from test_db/bda.json rename to bda/fixtures/bda.json diff --git a/test_db/gestion.json b/gestioncof/fixtures/gestion.json similarity index 100% rename from test_db/gestion.json rename to gestioncof/fixtures/gestion.json diff --git a/test_db/users.json b/gestioncof/fixtures/users.json similarity index 100% rename from test_db/users.json rename to gestioncof/fixtures/users.json diff --git a/provisioning/prepare_django.sh b/provisioning/prepare_django.sh index 68b7da6c..71aba9b5 100644 --- a/provisioning/prepare_django.sh +++ b/provisioning/prepare_django.sh @@ -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