Statistics
| Branch: | Tag: | Revision:

root / pithos / im / fixtures / admin_user.json @ ab5c2b55

History | View | Annotate | Download (420 Bytes)

1
[
2
    {
3
        "model": "im.User",
4
        "pk": 1,
5
        "fields": {
6
            "uniq": "admin",
7
            "level": 0,
8
            "invitations": 10000,
9
                        "is_admin": true,
10
            "auth_token": "0000",
11
            "auth_token_created": "2011-09-11 09:17:14",
12
            "auth_token_expires": "2012-09-11 09:17:14",
13
            "created": "2011-09-11",
14
            "updated": "2011-09-11"
15
               }
16
    }
17
]