From ecca878bdec0480271200097d2a22a5209bf5778 Mon Sep 17 00:00:00 2001 From: VARUN Date: Fri, 7 Feb 2025 17:19:31 +0530 Subject: [PATCH] settings.py --- skyonnweb/skyonnweb/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyonnweb/skyonnweb/settings.py b/skyonnweb/skyonnweb/settings.py index 4bdfa53..f63c86e 100644 --- a/skyonnweb/skyonnweb/settings.py +++ b/skyonnweb/skyonnweb/settings.py @@ -25,8 +25,8 @@ SECRET_KEY = 'django-insecure-r*y737z-@#o&lm&hfylvv4*h$8c_288g2m_y=e3gz%_-ig!i^_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"] -#ALLOWED_HOSTS = [] +#ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000","127.0.0.1"] +ALLOWED_HOSTS = ["*"] # Application definition