Last active
August 29, 2015 14:17
-
-
Save inirudebwoy/3af4722c16cb260f87dd to your computer and use it in GitHub Desktop.
Admin user initial data for Django < 1.7, password is 'admin'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"model": "auth.user", | |
"pk": 1, | |
"fields": | |
{"username": "admin", | |
"first_name": "", | |
"last_name": "", | |
"is_active": true, | |
"is_superuser": true, | |
"is_staff": true, | |
"password": "pbkdf2_sha256$15000$TrGrqtzwNJUa$omLG886xVSLNxYOvjrceDbWQS5ISmzyPM9ka0rAhu3Y=", | |
"email": "[email protected]" | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment