Add admin user: u: pinax, p: django
This commit is contained in:
parent
4c28fbe140
commit
6d3d2de2b3
2 changed files with 21 additions and 1 deletions
20
fixtures/users.json
Normal file
20
fixtures/users.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "auth.user",
|
||||
"fields": {
|
||||
"date_joined": "2015-10-17T00:14:31.619Z",
|
||||
"groups": [],
|
||||
"user_permissions": [],
|
||||
"username": "pinax",
|
||||
"last_name": "",
|
||||
"is_superuser": true,
|
||||
"is_active": true,
|
||||
"email": "",
|
||||
"is_staff": true,
|
||||
"last_login": null,
|
||||
"first_name": "",
|
||||
"password": "pbkdf2_sha256$20000$mL5SrgzL4TSJ$y9rRoK1ZghGD8ywsJK0472Zp7DB+fr7jPZ9+MxPlWr0="
|
||||
}
|
||||
}
|
||||
]
|
|
@ -8,7 +8,7 @@ dj-static==0.0.6
|
|||
dj-database-url==0.3.0
|
||||
gunicorn==19.3.0
|
||||
psycopg2==2.6.1
|
||||
pinax-pages==0.3.0
|
||||
pinax-pages==0.3.1
|
||||
pinax-boxes==2.1.0
|
||||
|
||||
# run off of master for now
|
||||
|
|
Loading…
Reference in a new issue