mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 17:48:41 +02:00
feat(app): add a demo mode
This commit is contained in:
34
app/fixtures/demo_data.json
Normal file
34
app/fixtures/demo_data.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user