fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/jeeves/db/fixtures/local_data.json

21 lines
596 B
JSON

[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$150000$8GIlObHdvhdv$phdSFNeTHkkN6MJnzBCcuC+qo5RI0gAQdLhAmWyFSR0=",
"last_login": "2019-09-23T18:48:28.585Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
"last_name": "",
"email": "admin@admin.com",
"is_staff": true,
"is_active": true,
"date_joined": "2019-09-23T18:48:20.713Z",
"groups": [],
"user_permissions": []
}
}
]