Changeset - 6d3d2de2b330
[Not reviewed]
0 1 1
Patrick Altman - 8 years ago 2015-10-17 00:15:20
paltman@gmail.com
Add admin user: u: pinax, p: django
2 files changed with 21 insertions and 1 deletions:
0 comments (0 inline, 0 general)
fixtures/users.json
Show inline comments
 
new file 100644
 
[
 
{
 
    "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="
 
    }
 
}
 
]
requirements.txt
Show inline comments
...
 
@@ -5,11 +5,11 @@ metron==1.3.5
 
pinax-eventlog==1.0.0
 
django-jsonfield==0.9.15
 
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
 
git+https://github.com/pinax/symposion.git
0 comments (0 inline, 0 general)