chrono/scripts/fixtures/admin.json

21 lines
516 B
JSON

[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$260000$O4TMYoLPoydHL1h2qE6Rcd$P9/OYa0mPxrgKtYufKWttmIFW+3SfeD8raupkhMbGwo=",
"last_login": "2023-04-08T01:21:28.681Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
"last_name": "",
"email": "admin@example.com",
"is_staff": true,
"is_active": true,
"date_joined": "2023-04-08T01:21:23.751Z",
"groups": [],
"user_permissions": []
}
}
]