Use simple password hasher to speed up tests.
Before: Ran 346 tests in 156.928s After: Ran 346 tests in 144.324s
This commit is contained in:
@@ -7,3 +7,7 @@ TEMPLATE_LOADERS = (
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader'
|
||||
)
|
||||
|
||||
PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user