We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412d7dd commit c5eb5b6Copy full SHA for c5eb5b6
project/config/settings/test.py
@@ -25,6 +25,11 @@
25
}
26
27
28
+# PASSWORDS
29
+# ------------------------------------------------------------------------------
30
+# https://docs.djangoproject.com/en/dev/ref/settings/#password-hashers
31
+PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
32
+
33
# TEMPLATES
34
# ------------------------------------------------------------------------------
35
TEMPLATES[0]["OPTIONS"]["loaders"] = [ # noqa F405
0 commit comments