Add admin user: u: pinax, p: django

This commit is contained in:
Patrick Altman 2015-10-16 19:15:20 -05:00
parent 4c28fbe140
commit 6d3d2de2b3
2 changed files with 21 additions and 1 deletions

20
fixtures/users.json Normal file
View 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="
}
}
]

View file

@ -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