From 45261c534d0f96adc69d7e324c6ad5bc8bfb4bf6 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 18 Apr 2013 20:30:59 +0200 Subject: [PATCH] DEBUG should be disabled by default Can be turned on in the local settings if necessary. Reported by Heikki. --- gitadmin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitadmin/settings.py b/gitadmin/settings.py index 3983c25..8d0f58a 100644 --- a/gitadmin/settings.py +++ b/gitadmin/settings.py @@ -1,6 +1,6 @@ # Django settings for gitadmin project. -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( -- 2.39.5