summaryrefslogtreecommitdiff
path: root/sublab_project/calendarium/fixtures/testing.json
blob: 0af16c0c5d4dc4bbbb68b63ade72ff0514c0bceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "pk": 1,
        "model": "auth.user",
        "fields": {
            "username": "admin",
            "first_name": "",
            "last_name": "",
            "is_active": true,
            "is_superuser": true,
            "is_staff": true,
            "last_login": "2012-01-04 13:02:11",
            "groups": [],
            "user_permissions": [],
            "password": "sha1$b4c7a$379f348659ad7aaf21b8d04fa891d81c3a607f69",
            "email": "admin@example.com",
            "date_joined": "2011-12-29 03:18:29"
        }
    }
]