From 5757783729be5f80e713b08e17f7d78b0a3ddd3f Mon Sep 17 00:00:00 2001 From: abhi Date: Thu, 17 Oct 2024 16:04:26 +0530 Subject: [PATCH] updating debug false --- ctf/ctf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf/ctf/settings.py b/ctf/ctf/settings.py index c66b977..26b4f4f 100644 --- a/ctf/ctf/settings.py +++ b/ctf/ctf/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = 'django-insecure-h0hhn5p@=#!27oo!0hbbwlyvjw=u@uw*6)^$w6#%)$a%_c$nbd' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*']