github.com/blystad/deis@v0.11.0/controller/api/fixtures/dev.json (about)

     1  [
     2  {
     3      "pk": -1,
     4      "model": "auth.user",
     5      "fields": {
     6          "username": "AnonymousUser",
     7          "first_name": "",
     8          "last_name": "",
     9          "is_active": true,
    10          "is_superuser": false,
    11          "is_staff": false,
    12          "last_login": "2014-02-16T13:13:47.539Z",
    13          "groups": [],
    14          "user_permissions": [],
    15          "password": "",
    16          "email": "",
    17          "date_joined": "2014-02-16T13:13:47.539Z"
    18      }
    19  },
    20  {
    21      "pk": 1,
    22      "model": "auth.user",
    23      "fields": {
    24          "username": "devuser",
    25          "first_name": "",
    26          "last_name": "",
    27          "is_active": true,
    28          "is_superuser": true,
    29          "is_staff": true,
    30          "last_login": "2014-01-27T23:30:25.062Z",
    31          "groups": [],
    32          "user_permissions": [],
    33          "password": "pbkdf2_sha256$12000$sGISfpN866YM$+pWXpirYh4rSfa0XX9kxvH047GTycDa8U9axRLHuJhk=",
    34          "email": "dev@dev.com",
    35          "date_joined": "2014-01-27T22:23:49.793Z"
    36      }
    37  },
    38  {
    39      "pk": 1,
    40      "model": "sites.site",
    41      "fields": {
    42          "domain": "local.deisapp.com",
    43          "name": "local.deisapp.com"
    44      }
    45  },
    46  {
    47      "pk": "8b196fb8-5774-4512-b3cc-569af8894a6c",
    48      "model": "api.cluster",
    49      "fields": {
    50          "updated": "2014-01-27T23:32:51.173Z",
    51          "created": "2014-01-27T23:32:02.148Z",
    52          "domain": "local.deisapp.com",
    53          "owner": [
    54              "devuser"
    55          ],
    56  	"hosts": "host1,host2,host3",
    57  	"auth": "base64string",
    58  	"options": "{}",
    59          "id": "dev"
    60      }
    61  }
    62  ]