Add 2019 user groups fixture
This commit is contained in:
parent
86de4ba961
commit
0eacc8bf78
1 changed files with 34 additions and 0 deletions
34
fixtures/2019_groups.json
Normal file
34
fixtures/2019_groups.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{
|
||||
"model": "auth.group",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Conference organisers",
|
||||
"permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.group",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "Conference volunteers",
|
||||
"permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.group",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "Can see unpublished products",
|
||||
"permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.group",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"name": "Pre-purchase",
|
||||
"permissions": []
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue