mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 13:16:55 +03:00
20 lines
572 B
JSON
20 lines
572 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "auth.user",
|
|
"fields": {
|
|
"username": "admin",
|
|
"first_name": "",
|
|
"last_name": "",
|
|
"is_active": true,
|
|
"is_superuser": true,
|
|
"is_staff": true,
|
|
"last_login": "2010-01-01 00:00:00",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "sha1$6cbce$e4e808893d586a3301ac3c14da6c84855999f1d8",
|
|
"email": "test@example.com",
|
|
"date_joined": "2010-01-01 00:00:00"
|
|
}
|
|
}
|
|
] |