Fixes and Clouds animations
[astakos] / snf-astakos-app / astakos / im / fixtures / test_user.json
1 [
2     {
3         "model": "auth.user",
4         "pk": 2,
5         "fields": {
6             "username": "test",
7             "email": "papagian@gmail.com",
8             "password": "sha1$84fb5$d7d29831d42611a2ad56c136e4280fdc114539ff"
9         }
10     },
11     {
12         "model": "im.AstakosUser",
13         "pk": 2,
14         "fields": {
15             "level": 1,
16             "invitations": 2,
17             "auth_token": "0000",
18             "auth_token_created": "2011-04-07 09:17:14",
19             "auth_token_expires": "2015-04-07 09:17:14",
20             "updated": "2011-02-06"
21         }
22     }
23 ]