Screw you codestyle

This commit is contained in:
2021-01-29 18:45:16 +00:00
parent cdc8635e2f
commit aa51ce7861
3 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
from django.conf import settings
import django
def pytest_configure():
settings.PASSWORD_HASHERS = (
'django.contrib.auth.hashers.MD5PasswordHasher',
'django.contrib.auth.hashers.MD5PasswordHasher',
)
django.setup()