Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / initial_data.json @ dd53338a

History | View | Annotate | Download (367 Bytes)

1
[
2
    {
3
        "model": "db.SynnefoUser",
4
        "pk": 1,
5
        "fields": {
6
            "name": "testdbuser",
7
            "realname" :"test db user",
8
            "uniq" :"test@synnefo.gr",
9
            "credit": 10,
10
            "auth_token": "46e427d657b20defe352804f0eb6f8a2",
11
            "type": "STUDENT",
12
            "created": "2011-02-06"
13
               }
14
    }
15
]