diff --git a/Ultron/settings.py b/Ultron/settings.py index 9cc1d38fc9..cfadd57355 100644 --- a/Ultron/settings.py +++ b/Ultron/settings.py @@ -31,7 +31,7 @@ SECRET_KEY = env('SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = env('ALLOWED_HOSTS').split() # Application definition