aboutsummaryrefslogtreecommitdiffstats
path: root/examples/permissionsexample/fixtures/initial_data.json
blob: 153de8e855c6486676d78c4bd0c69368e384db5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
     {
        "pk": 2,
        "model": "auth.user",
        "fields": {
            "username": "test",
            "first_name": "",
            "last_name": "",
            "is_active": true,
            "is_superuser": false,
            "is_staff": false,
            "groups": [],
            "user_permissions": [],
            "password": "sha1$b3dff$671b4ab97f2714446da32670d27576614e176758",
            "email": ""
        }
    }
]