diff --git a/src/django/thirdplaces/settings.py b/src/django/thirdplaces/settings.py index 456e539..e2fe5e8 100644 --- a/src/django/thirdplaces/settings.py +++ b/src/django/thirdplaces/settings.py @@ -26,7 +26,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = os.environ.get('DJANGO_ALLOWED_HOST').split(',') +ALLOWED_HOSTS = os.environ.get('DJANGO_ALLOWED_HOSTS').split(',') # Application definition