From 8abd57cf58a432ff173ad757d8a9c707013f96b9 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 23 Jul 2014 16:48:42 +0530 Subject: Command 'add_group' created for adding the moderator group --- testapp/exam/fixtures/initial_fixture.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 testapp/exam/fixtures/initial_fixture.json (limited to 'testapp/exam/fixtures') diff --git a/testapp/exam/fixtures/initial_fixture.json b/testapp/exam/fixtures/initial_fixture.json deleted file mode 100644 index e1b49b7..0000000 --- a/testapp/exam/fixtures/initial_fixture.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "fields": { - "name": "moderator", - "permissions": [ - 31, - 37, - 43, - 32, - 38, - 44, - 33, - 39, - 45, - 34, - 40, - 46, - 35, - 41, - 47, - 36, - 42, - 48 - ] - }, - "model": "auth.group", - "pk": 1 - } -] -- cgit