diff options
author | prathamesh | 2014-07-23 16:48:42 +0530 |
---|---|---|
committer | prathamesh | 2014-07-23 16:48:42 +0530 |
commit | 8abd57cf58a432ff173ad757d8a9c707013f96b9 (patch) | |
tree | b7cf784679c7c26bb521a7d493da816661ec0ddc /testapp/exam/fixtures | |
parent | 75ab9c232e10046e618f40f717cc7df54c6eca34 (diff) | |
download | online_test-8abd57cf58a432ff173ad757d8a9c707013f96b9.tar.gz online_test-8abd57cf58a432ff173ad757d8a9c707013f96b9.tar.bz2 online_test-8abd57cf58a432ff173ad757d8a9c707013f96b9.zip |
Command 'add_group' created for adding the moderator group
Diffstat (limited to 'testapp/exam/fixtures')
-rw-r--r-- | testapp/exam/fixtures/initial_fixture.json | 29 |
1 files changed, 0 insertions, 29 deletions
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 - } -] |