diff --git a/app/app/settings.py b/app/app/settings.py index cd0b4a6..1fe7b38 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -26,7 +26,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = bool(int(os.environ.get('DEBUG', 0))) -ALLOWED_HOSTS = ['app', 'localhost', '127.0.0.1'] +ALLOWED_HOSTS = ['app', 'localhost', '127.0.0.1', 'ec2-34-239-104-90.compute-1.amazonaws.com'] ALLOWED_HOSTS.extend( filter( None,