diff --git a/feo_homepage/settings/prod.py b/feo_homepage/settings/prod.py index 2665846..fc05da2 100644 --- a/feo_homepage/settings/prod.py +++ b/feo_homepage/settings/prod.py @@ -5,7 +5,7 @@ DEBUG = False TEMPLATE_DEBUG = True EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' - +ALLOWED_HOSTS = ['feoneu.asw.io'] try: from .local import *