dev.json 1.1 KB
Newer Older
Őry Máté committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
[
  {
    "pk": 7,
    "model": "auth.user",
    "fields": {
      "username": "test",
      "first_name": "",
      "last_name": "",
      "is_active": true,
      "is_superuser": true,
      "is_staff": true,
      "last_login": "2013-01-30T23:33:32Z",
      "groups": [],
      "user_permissions": [],
      "password": "pbkdf2_sha256$10000$LbTrj1qFLbLq$9F2K+3WXE/cb+/EjxwTf+1bmhKxm37MuTPZ/l7vyzn0=",
      "email": "",
      "date_joined": "2013-01-16T12:36:01Z"
    }
  },
  {
    "pk": 9,
    "model": "one.template",
    "fields": {
      "name": "Ubuntu 12.04 desktop",
      "created_at": "2013-01-31T10:11:08Z",
      "access_type": "nx",
      "instance_type": 3,
      "owner": 1,
      "disk": 1,
      "network": 2
    }
  },
  {
    "pk": 10,
    "model": "one.template",
    "fields": {
      "name": "Windows 7",
      "created_at": "2013-01-31T10:11:21Z",
      "access_type": "rdp",
      "instance_type": 2,
      "owner": 1,
      "disk": 1,
      "network": 2
    }
  },
  {
Őry Máté committed
47 48 49 50 51 52 53
    "pk": 2,
    "model": "one.network",
    "fields": {
      "name": "VM-NET",
      "nat": true,
      "public": false
    }
Őry Máté committed
54 55
  }
]