tests: run with simplest password hasher to speed up execution (#67029)

This commit is contained in:
Frédéric Péters 2022-07-05 14:31:26 +02:00
parent 7f3904c2e5
commit 16529e2000
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
TIME_ZONE = 'Europe/Paris'
LANGUAGE_CODE = 'en-us'
ALLOWED_HOSTS = ['*']
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']