зеркало из https://github.com/mozilla/bedrock.git
7 строки
187 B
Python
7 строки
187 B
Python
|
# 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',
|
||
|
)
|