1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/0-DEPRECATED-ROLES/pathagar/templates/auth.User.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 }}@{{ iiab_hostname }}.{{ iiab_domain }}",
"date_joined": "2013-11-12T05:06:17.207"
}
}
]