diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-22 14:53:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-22 14:56:34 -0300 |
commit | 785a015c51a1795cbbb63129447e34bbccbfa863 (patch) | |
tree | 529712c18e70ba7a87baa40f83c183ee2fd1b6d0 /main | |
parent | a28adde10d1e2d09e85ede3ce7b02db92ffa3af9 (diff) |
Add Artists group and update Support Staff description
Diffstat (limited to 'main')
-rw-r--r-- | main/fixtures/groups.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json index e1ef0556..fd36e38c 100644 --- a/main/fixtures/groups.json +++ b/main/fixtures/groups.json @@ -500,5 +500,13 @@ }, "model": "auth.group", "pk": 11 +}, +{ + "fields": { + "name": "Artists", + "permissions": [] + }, + "model": "auth.group", + "pk": 12 } ] |