We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3abec0 + 4e59856 commit ee69103Copy full SHA for ee69103
1 file changed
src/django/thirdplaces/settings.py
@@ -26,7 +26,7 @@
26
# SECURITY WARNING: don't run with debug turned on in production!
27
DEBUG = True
28
29
-ALLOWED_HOSTS = os.environ.get('DJANGO_ALLOWED_HOST').split(',')
+ALLOWED_HOSTS = os.environ.get('DJANGO_ALLOWED_HOSTS').split(',')
30
31
32
# Application definition
0 commit comments