1
0
Fork 0
mirror of https://github.com/correl/codereview.git synced 2025-04-10 01:01:00 -09:00

Added a fixture for default groups and permissions

This commit is contained in:
Correl Roush 2010-12-08 16:15:52 -05:00
parent a71e07944a
commit be02342af5

View file

@ -0,0 +1,12 @@
[
{
"pk": 1,
"model": "auth.group",
"fields": {
"name": "Users",
"permissions": [
["browse", "dashboard", "repository"]
]
}
}
]