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 59dc04a commit e64f1f3Copy full SHA for e64f1f3
settings.py
@@ -57,8 +57,6 @@ def _build_databases_setting():
57
58
DATABASES = _build_databases_setting()
59
60
-DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
61
-
62
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
63
64
SECRET_KEY = "django_tests_secret_key"
0 commit comments