Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / initial_data.json @ e2664ada

History | View | Annotate | Download (249 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
        }
11
    }
12
]