Skip to content

Commit

Permalink
Merge pull request mozilla#142 from peterbe/sensible-settings_test-de…
Browse files Browse the repository at this point in the history
…fault

sensible settings_test default
  • Loading branch information
kumar303 committed Nov 5, 2012
2 parents 6fe1602 + b7c1c1d commit 42f11e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings_test.py
@@ -0,0 +1,6 @@
# These settings will always be overriding for all test runs

# this bypasses bcrypt to speed up test fixtures
PASSWORD_HASHERS = (
'django.contrib.auth.hashers.MD5PasswordHasher',
)

0 comments on commit 42f11e2

Please sign in to comment.