From 9c8e125a625d1024743e8d56ed567654b100f3bc Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 19 Oct 2010 10:27:36 +0200 Subject: [PATCH] settings: Disable DEBUG. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 52f65ee..7a10053 100644 --- a/settings.py +++ b/settings.py @@ -4,7 +4,7 @@ import os PROJECT_DIR = os.path.dirname(__file__) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( -- 2.30.2