Skip to content

Instantly share code, notes, and snippets.

@alfredo
Created December 10, 2012 16:01
Show Gist options
  • Save alfredo/4251471 to your computer and use it in GitHub Desktop.
Save alfredo/4251471 to your computer and use it in GitHub Desktop.
Fast tests running with the MD5 hasher (Use only in the test settings)
# Faster tests with the MD5hasher.
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment