Created
December 10, 2012 16:01
-
-
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)
This file contains 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
# 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