diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-16 17:35:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-16 17:35:28 +0200 |
commit | a8bd124336c5e29a7cd846b5fb973cabda875f28 (patch) | |
tree | 85733d51b7bff911d87d5a02980313349498b55e /fixtures/initial_data-auth-fr.json | |
parent | 78afefd0d60d9a7cf5502efa267af6dabb7458ab (diff) | |
download | Ishtar-a8bd124336c5e29a7cd846b5fb973cabda875f28.tar.bz2 Ishtar-a8bd124336c5e29a7cd846b5fb973cabda875f28.zip |
Fixtures: update default groups
Diffstat (limited to 'fixtures/initial_data-auth-fr.json')
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 33 |
1 files changed, 32 insertions, 1 deletions
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 +] |