mirror of https://github.com/django/django.git
20 lines
597 B
JSON
20 lines
597 B
JSON
[
|
|
{
|
|
"pk": "1",
|
|
"model": "auth.user",
|
|
"fields": {
|
|
"username": "testclient",
|
|
"first_name": "Test",
|
|
"last_name": "Client",
|
|
"is_active": true,
|
|
"is_superuser": false,
|
|
"is_staff": false,
|
|
"last_login": "2006-12-17 07:03:31",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161",
|
|
"email": "testclient@example.com",
|
|
"date_joined": "2006-12-17 07:03:31"
|
|
}
|
|
}
|
|
] |