We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746deb6 commit 4e59856Copy full SHA for 4e59856
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