From 785a015c51a1795cbbb63129447e34bbccbfa863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 22 Feb 2016 14:53:43 -0300 Subject: Add Artists group and update Support Staff description --- main/fixtures/groups.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main') 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 } ] -- cgit v1.2.3