mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
20 lines
525 B
JSON
20 lines
525 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "auth.user",
|
|
"fields": {
|
|
"username": "{{ pathagar_username }}",
|
|
"first_name": "",
|
|
"last_name": "",
|
|
"is_active": true,
|
|
"is_superuser": true,
|
|
"is_staff": true,
|
|
"last_login": "2013-11-12T05:06:17.207",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "{{ pathagar_password }}",
|
|
"email": "{{ pathagar_username }}@{{ xsce_hostname }}.{{ xsce_domain }}",
|
|
"date_joined": "2013-11-12T05:06:17.207"
|
|
}
|
|
}
|
|
]
|