summaryrefslogtreecommitdiff
path: root/chimere/fixtures/initial_data.json
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-09 00:50:54 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-09 00:50:54 +0200
commit14b6a6c93003b422cb08c5313f64a228e743d2ac (patch)
treecf8ef814f1cc3c305b6eb3e527518c4230bbd293 /chimere/fixtures/initial_data.json
parent80e20f22b4e79e79a5bb7d65f602f6642522ca3e (diff)
downloadChimère-14b6a6c93003b422cb08c5313f64a228e743d2ac.tar.bz2
Chimère-14b6a6c93003b422cb08c5313f64a228e743d2ac.zip
Admin: fix and improve moderation groups management
Diffstat (limited to 'chimere/fixtures/initial_data.json')
-rw-r--r--chimere/fixtures/initial_data.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/chimere/fixtures/initial_data.json b/chimere/fixtures/initial_data.json
index 473640c..21ba13c 100644
--- a/chimere/fixtures/initial_data.json
+++ b/chimere/fixtures/initial_data.json
@@ -195,5 +195,49 @@
"layer_code": "new OpenLayers.Layer.MapQuestOSM()",
"name": "OSM - MapQuest"
}
+ },
+ {
+ "pk": 1,
+ "model": "auth.group",
+ "fields": {
+ "name": "Application administrator",
+ "permissions": [
+ 67,
+ 68,
+ 40,
+ 41,
+ 42,
+ 37,
+ 38,
+ 39,
+ 34,
+ 35,
+ 36,
+ 43,
+ 44,
+ 45,
+ 49,
+ 50,
+ 51,
+ 55,
+ 56,
+ 57,
+ 28,
+ 29,
+ 30,
+ 58,
+ 59,
+ 60,
+ 64,
+ 65,
+ 66,
+ 61,
+ 62,
+ 63,
+ 46,
+ 47,
+ 48
+ ]
+ }
}
]