From a8bd124336c5e29a7cd846b5fb973cabda875f28 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 16 Jul 2016 17:35:28 +0200 Subject: Fixtures: update default groups --- fixtures/initial_data-auth-fr.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'fixtures') diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index a27cc4159..fb58cd390 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -331,5 +331,36 @@ 264 ] } + }, + { + "pk": 33, + "model": "auth.group", + "fields": { + "name": "Entit\u00e9s arch\u00e9ologiques : ajout", + "permissions": [ + 255 + ] + } + }, + { + "pk": 34, + "model": "auth.group", + "fields": { + "name": "Entit\u00e9s arch\u00e9ologiques : modification/suppression", + "permissions": [ + 256, + 257 + ] + } + }, + { + "pk": 35, + "model": "auth.group", + "fields": { + "name": "Entit\u00e9s arch\u00e9ologiques : voir", + "permissions": [ + 258 + ] + } } -] \ No newline at end of file +] -- cgit v1.2.3