Skip to content

Commit

Permalink
Test speedup by swapping password hasher.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Apr 19, 2014
1 parent ce04c50 commit 7e4227b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
SITE_ID = 1,
ROOT_URLCONF = 'envelope.tests.urls',
HONEYPOT_FIELD_NAME = 'email2',
PASSWORD_HASHERS = {
'django.contrib.auth.hashers.MD5PasswordHasher',
},
)


Expand Down

0 comments on commit 7e4227b

Please sign in to comment.