We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527649 commit de00bc6Copy full SHA for de00bc6
1 file changed
example/settings.py
@@ -91,7 +91,7 @@
91
"django.contrib.admin",
92
"channels",
93
]
94
-ALLOWED_HOSTS = "*"
+ALLOWED_HOSTS = ["*"]
95
STATIC_URL = "/static/"
96
STATICFILES_FINDERS = ["django.contrib.staticfiles.finders.AppDirectoriesFinder"]
97
# In this simple example we use in-process in-memory Channel layer.
0 commit comments