We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdfad7 commit c62c9ddCopy full SHA for c62c9dd
1 file changed
settings.py
@@ -57,6 +57,8 @@ 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