From 01a74655e52552defc69389e3cc79877017c5e04 Mon Sep 17 00:00:00 2001 From: Acid Date: Sat, 28 Feb 2026 20:28:01 -0500 Subject: [PATCH] modified: mysite/settings.py --- mysite/settings.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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