Skip to content

Instantly share code, notes, and snippets.

@jondot
Created September 13, 2011 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jondot/1213848 to your computer and use it in GitHub Desktop.
Save jondot/1213848 to your computer and use it in GitHub Desktop.
graphite admin:admin defaults
[
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "admin",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2011-09-13 08:45:12",
"groups": [],
"user_permissions": [],
"password": "sha1$e9fc8$457277d5bec22c72d974072829fa03a75cc9b383",
"email": "admin@admin.com",
"date_joined": "2011-09-13 08:45:12"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment