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 a691d2a commit d17b87bCopy full SHA for d17b87b
djangoproject/settings/dev.py
@@ -5,7 +5,7 @@
5
"djangoproject.localhost",
6
"docs.djangoproject.localhost",
7
"dashboard.djangoproject.localhost",
8
-] + SECRETS.get("allowed_hosts", [])
+]
9
10
LOCALE_MIDDLEWARE_EXCLUDED_HOSTS = ["docs.djangoproject.localhost"]
11
0 commit comments