Statistics
| Branch: | Tag: | Revision:

root / astakos / im / fixtures / admin_user.json @ 64cd4730

History | View | Annotate | Download (482 Bytes)

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