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
|
[
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "127.0.0.1:8000",
"name": "127.0.0.1:8000"
}
},
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "admin",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2010-11-06 16:08:43",
"groups": [],
"user_permissions": [],
"password": "sha1$0fe83$8e34f3d207949188b2c7e74a0740f1a8b68eeab5",
"email": "admin@localhost.local",
"date_joined": "2010-11-06 16:07:59"
}
}
]
|