-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitial_data.json
More file actions
38 lines (38 loc) · 856 Bytes
/
Copy pathinitial_data.json
File metadata and controls
38 lines (38 loc) · 856 Bytes
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
[
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "super",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2011-10-11 22:08:57",
"groups": [],
"user_permissions": [],
"password": "sha1$a43ff$13b4d39e74a00b4ce7fca9ef5a19b9acf9291410",
"email": "super@localhost.com",
"date_joined": "2011-10-11 22:03:35"
}
},
{
"pk": 2,
"model": "auth.user",
"fields": {
"username": "guest",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": false,
"is_staff": false,
"last_login": "2011-10-11 22:06:28",
"groups": [],
"user_permissions": [],
"password": "sha1$b08ba$f58ca60b0f980207686ad3ea80a73c29fefe048e",
"email": "",
"date_joined": "2011-10-11 22:06:28"
}
}
]