Skip to content

Instantly share code, notes, and snippets.

@inirudebwoy
Last active August 29, 2015 14:17
Show Gist options
  • Save inirudebwoy/3af4722c16cb260f87dd to your computer and use it in GitHub Desktop.
Save inirudebwoy/3af4722c16cb260f87dd to your computer and use it in GitHub Desktop.
Admin user initial data for Django < 1.7, password is 'admin'
[{"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": "admin@admin.net"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment