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 316fb93 commit 9879166Copy full SHA for 9879166
tests/test_project/test_project/settings/base.py
@@ -32,6 +32,9 @@
32
},
33
}
34
35
+
36
+DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
37
38
# Hosts/domain names that are valid for this site; required if DEBUG is False
39
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
40
ALLOWED_HOSTS = []
0 commit comments