-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdev.json
More file actions
62 lines (62 loc) · 1.45 KB
/
dev.json
File metadata and controls
62 lines (62 loc) · 1.45 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"pk": -1,
"model": "auth.user",
"fields": {
"username": "AnonymousUser",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": false,
"is_staff": false,
"last_login": "2014-02-16T13:13:47.539Z",
"groups": [],
"user_permissions": [],
"password": "",
"email": "",
"date_joined": "2014-02-16T13:13:47.539Z"
}
},
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "devuser",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2014-01-27T23:30:25.062Z",
"groups": [],
"user_permissions": [],
"password": "pbkdf2_sha256$12000$sGISfpN866YM$+pWXpirYh4rSfa0XX9kxvH047GTycDa8U9axRLHuJhk=",
"email": "dev@dev.com",
"date_joined": "2014-01-27T22:23:49.793Z"
}
},
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "local.deisapp.com",
"name": "local.deisapp.com"
}
},
{
"pk": "8b196fb8-5774-4512-b3cc-569af8894a6c",
"model": "api.cluster",
"fields": {
"updated": "2014-01-27T23:32:51.173Z",
"created": "2014-01-27T23:32:02.148Z",
"domain": "local.deisapp.com",
"owner": [
"devuser"
],
"hosts": "host1,host2,host3",
"auth": "base64string",
"options": "{}",
"id": "dev"
}
}
]