From 9512eecc5688faf05bf7f9033785145ee0ca2b73 Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Tue, 3 Nov 2015 00:34:12 +0300 Subject: [PATCH] debug disable --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 2f3ba9a..2c97de3 100644 --- a/app/settings.py +++ b/app/settings.py @@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = '=%%a@whz46w1#=8ffk^a+8vya5fg-kz0ztyz!_@hdg-(5a9q+s' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = False