From f0fdf305935981638d2581a540e1adeb63fadf47 Mon Sep 17 00:00:00 2001 From: Alexander Kondratyev Date: Tue, 21 Feb 2017 07:18:46 +0300 Subject: [PATCH] Blue --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index e261cd2..8e609bc 100644 --- a/app/settings.py +++ b/app/settings.py @@ -12,7 +12,7 @@ DATA_DIR = BASE_DIR 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