Add initial_user fixture

remotes/origin/enhancement/email-actions
Andrey Antukh 2013-04-04 15:59:45 +02:00
parent 20ac0dce27
commit ef7c15ec1d
1 changed files with 27 additions and 0 deletions

View File

@ -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"
}
}
]