From c45a6d6c2f60ba7ecb29bdda75db31e9ffb6e848 Mon Sep 17 00:00:00 2001 From: VARUN Date: Mon, 3 Feb 2025 16:30:50 +0530 Subject: [PATCH] settings.py --- .../skyonnweb/skyonnweb/skyonnweb/skyonnweb/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arminta_web/skyonnweb/skyonnweb/skyonnweb/skyonnweb/settings.py b/Arminta_web/skyonnweb/skyonnweb/skyonnweb/skyonnweb/settings.py index 9d45129..9fb6aed 100644 --- a/Arminta_web/skyonnweb/skyonnweb/skyonnweb/skyonnweb/settings.py +++ b/Arminta_web/skyonnweb/skyonnweb/skyonnweb/skyonnweb/settings.py @@ -23,9 +23,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent 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 +DEBUG = False -ALLOWED_HOSTS = ["https://armintacareers.com/"] +ALLOWED_HOSTS = [] # Application definition