Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / initial_data.json @ 60bf38e1

History | View | Annotate | Download (334 Bytes)

1
[
2
    {
3
        "model": "db.SynnefoUser",
4
        "pk": 1,
5
        "fields": {
6
            "name": "admin user",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "credit": 1,
10
            "monthly_rate": 1,
11
            "user" : 1,
12
            "violations" : 0
13
               }
14
    }
15
]