From c22621d553eba8839eb6acdd3ef19f7ee5dc756a Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sat, 26 Jan 2019 18:30:06 +0000 Subject: [PATCH] Debug off --- CyberCP/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CyberCP/settings.py b/CyberCP/settings.py index 7afd3b1da..5b184cafe 100644 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -24,7 +24,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = 'xr%j*p!*$0d%(-(e%@-*hyoz4$f%y77coq0u)6pwmjg4)q&19f' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*']