Add initial_user fixture
parent
20ac0dce27
commit
ef7c15ec1d
|
@ -0,0 +1,27 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "base.user",
|
||||
"fields": {
|
||||
"username": "admin",
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"description": "",
|
||||
"default_language": null,
|
||||
"color": "",
|
||||
"photo": "",
|
||||
"is_active": true,
|
||||
"colorize_tags": false,
|
||||
"default_timezone": null,
|
||||
"is_superuser": true,
|
||||
"token": null,
|
||||
"is_staff": true,
|
||||
"last_login": "2013-04-04T07:36:09.880Z",
|
||||
"groups": [],
|
||||
"user_permissions": [],
|
||||
"password": "bcrypt$$2a$12$3DrLUj1bqp2wq7.suH6DXOUxBRyNIedWT7kr5Av7oOmA/KVkVIQGG",
|
||||
"email": "niwi@niwi.be",
|
||||
"date_joined": "2013-04-01T13:48:21.711Z"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue