mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-01 12:14:50 +00:00
20 lines
547 B
JSON
20 lines
547 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "users.user",
|
|
"fields": {
|
|
"first_name": "Jez",
|
|
"last_name": "Dez",
|
|
"is_active": true,
|
|
"is_superuser": false,
|
|
"is_staff": false,
|
|
"last_login": "2009-11-02 03:06:19",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "",
|
|
"email": "jezdez@github.com",
|
|
"date_joined": "2009-11-02 03:06:19",
|
|
"greeting_message": "Hello customer user model"
|
|
}
|
|
}
|
|
]
|