mirror of
https://github.com/correl/codereview.git
synced 2024-11-23 19:19:50 +00:00
Added a fixture for default groups and permissions
This commit is contained in:
parent
a71e07944a
commit
be02342af5
1 changed files with 12 additions and 0 deletions
12
dashboard/fixtures/groups.json
Normal file
12
dashboard/fixtures/groups.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"pk": 1,
|
||||||
|
"model": "auth.group",
|
||||||
|
"fields": {
|
||||||
|
"name": "Users",
|
||||||
|
"permissions": [
|
||||||
|
["browse", "dashboard", "repository"]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue