Changeset - 0eacc8bf7866
[Not reviewed]
0 0 1
Tobias - 6 years ago 2018-09-29 05:54:21
tobias@localhost.localdomain
Add 2019 user groups fixture
1 file changed with 34 insertions and 0 deletions:
0 comments (0 inline, 0 general)
fixtures/2019_groups.json
Show inline comments
 
new file 100644
 
[
 
{
 
  "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": []
 
  }
 
}
 
]
0 comments (0 inline, 0 general)