ci: reduce test execution time by changing password hasher (#66996)

This commit is contained in:
Agate 2022-07-05 12:08:56 +02:00
parent dcb8aed83a
commit a5ca77fa1e
1 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,5 @@ EXCEPTIONS_SOURCES = {}
SITE_BASE_URL = 'https://example.com'
SHARED_CUSTODY_ENABLED = True
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]