tests: change default password to accelerate tests (fixes #22199)

This commit is contained in:
Benjamin Dauvergne 2018-02-28 15:16:47 +01:00
parent 2c71cfeaf9
commit 65769ac3e8
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
import os
# use a faster hasing scheme for passwords
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
]
LANGUAGE_CODE = 'en'
DATABASES = {
'default': {