mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-24 10:21:27 +01:00
35 lines
885 B
JSON
35 lines
885 B
JSON
[
|
|
{
|
|
"model": "users.user",
|
|
"pk": 1,
|
|
"fields": {
|
|
"password": "pbkdf2_sha256$870000$kUmqeqdenjc2yFS8qbniwS$7qOMXzKG+yFmezdjhptkwuMJlqlZnQHXgAnonWurpBk=",
|
|
"last_login": "2025-03-31T03:22:25Z",
|
|
"is_superuser": false,
|
|
"first_name": "Demo",
|
|
"last_name": "User",
|
|
"is_staff": false,
|
|
"is_active": true,
|
|
"date_joined": "2025-03-31T03:21:04Z",
|
|
"email": "demo@demo.com",
|
|
"groups": [],
|
|
"user_permissions": []
|
|
}
|
|
},
|
|
{
|
|
"model": "users.usersettings",
|
|
"pk": 1,
|
|
"fields": {
|
|
"user": 1,
|
|
"hide_amounts": false,
|
|
"mute_sounds": false,
|
|
"date_format": "SHORT_DATE_FORMAT",
|
|
"datetime_format": "SHORT_DATETIME_FORMAT",
|
|
"number_format": "AA",
|
|
"language": "auto",
|
|
"timezone": "auto",
|
|
"start_page": "MONTHLY_OVERVIEW"
|
|
}
|
|
}
|
|
]
|