strictly match and of url for login views
[qcg-portal.git] / qcg / fixtures / admin.json
1 [
2 {
3     "fields": {
4         "username": "admin",
5         "first_name": "",
6         "last_name": "",
7         "is_active": true,
8         "last_update": "2015-02-25T10:35:50.890Z",
9         "is_superuser": true,
10         "is_staff": true,
11         "last_login": "2015-02-25T10:35:50.890Z",
12         "groups": [],
13         "user_permissions": [],
14         "password": "pbkdf2_sha256$15000$LnhpiUmpBEPs$0m43R/omDfglqbn7tkI9lwvjKByMPeyQsL0xDf+D1lw=",
15         "email": "admin@example.com",
16         "date_joined": "2015-02-25T10:35:50.890Z"
17     },
18     "model": "qcg.user",
19     "pk": 1
20 }
21 ]