fixtures: add categories for portail_citoyen_announces

This commit is contained in:
Benjamin Dauvergne 2013-07-31 14:27:36 +02:00
parent fb40fe2bd7
commit 51437801cb
2 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,37 @@
[ { "fields" : { "created" : "2013-06-21T16:52:00.185",
"identifier" : "petite_enfance",
"modified" : "2013-06-21T16:52:17.062",
"name" : "Petite enfance",
"site" : 1
},
"model" : "portail_citoyen_announces.category",
"pk" : 1
},
{ "fields" : { "created" : "2013-06-21T16:52:39.908",
"identifier" : "sport",
"modified" : "2013-06-21T16:52:39.923",
"name" : "Sport",
"site" : 1
},
"model" : "portail_citoyen_announces.category",
"pk" : 2
},
{ "fields" : { "created" : "2013-06-24T10:12:31.224",
"identifier" : "culture",
"modified" : "2013-06-24T10:12:31.362",
"name" : "Culture",
"site" : 1
},
"model" : "portail_citoyen_announces.category",
"pk" : 3
},
{ "fields" : { "created" : "2013-06-24T10:13:15.848",
"identifier" : "vie_quotidienne",
"modified" : "2013-06-24T10:13:15.856",
"name" : "Vie quotidienne",
"site" : 1
},
"model" : "portail_citoyen_announces.category",
"pk" : 4
}
]

View File

@ -2,4 +2,4 @@ BASE=`dirname $0`
ENV=${ENV:-preprod}
$BASE/run.sh loaddata --traceback groups feeds users-${ENV} saml-${ENV} pages-${ENV}
$BASE/run.sh loaddata --traceback groups feeds categories users-${ENV} saml-${ENV} pages-${ENV}