From eb8b54afdf2e6ab1880320ed57fa66e2138b0717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 15 Jul 2016 01:22:20 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9place=20les=20.json=20dans=20des=20dossi?= =?UTF-8?q?ers=20`fixtures`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {test_db => bda/fixtures}/bda.json | 0 {test_db => gestioncof/fixtures}/gestion.json | 0 {test_db => gestioncof/fixtures}/users.json | 0 provisioning/prepare_django.sh | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename {test_db => bda/fixtures}/bda.json (100%) rename {test_db => gestioncof/fixtures}/gestion.json (100%) rename {test_db => gestioncof/fixtures}/users.json (100%) 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