Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / fixtures / initial_data.json @ 9c0ac5af

History | View | Annotate | Download (454 Bytes)

1
[
2
    {
3
        "model": "db.NetworkLink",
4
        "pk": 1,
5
        "fields": {
6
            "index": 0,
7
            "name": "snf_null",
8
            "available": 0
9
        }
10
    },
11
    {
12
        "model": "db.Network",
13
        "pk": 1,
14
        "fields": {
15
            "name": "public",
16
            "created": "2011-04-01",
17
            "updated": "2011-04-01",
18
            "state": "ACTIVE",
19
            "public": 1,
20
            "link": 1
21
        }
22
    }
23
]