diff --git a/mysite/settings.py b/mysite/settings.py index 2f9e42e..970a501 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -29,14 +29,7 @@ SECRET_KEY = os.getenv('DJANGO_KEY') DEBUG = False # Allow hosts from env, otherwise fall back to common local/dev hosts. -ALLOWED_HOSTS = [ - 'localhost', - '127.0.0.1', - '0.0.0.0', - '192.168.1.180', - 'acidarchon.com', - 'www.acidarcon.com', -] +ALLOWED_HOSTS = ['*'] # Application definition