We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e899200 commit 0e513c7Copy full SHA for 0e513c7
1 file changed
ietf/settings_testcrawl.py
@@ -21,3 +21,5 @@
21
}
22
23
24
+PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )
25
+SERVER_MODE = 'test'
0 commit comments