From d91e997fdfe6a76b349c8e009732065498205db5 Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Wed, 30 Nov 2022 08:46:36 -0600 Subject: [PATCH] debug false --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index 6a6c375..43a3f8b 100644 --- a/Admin/settings.py +++ b/Admin/settings.py @@ -12,7 +12,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*']