We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517840b commit 8091b4dCopy full SHA for 8091b4d
chapter_13_metrics/microposts/microposts/settings.py
@@ -25,7 +25,7 @@
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
27
28
-ALLOWED_HOSTS = '*'
+ALLOWED_HOSTS = ['*']
29
30
31
# Application definition
0 commit comments