From: Magnus Hagander Date: Thu, 18 Apr 2013 18:30:59 +0000 (+0200) Subject: DEBUG should be disabled by default X-Git-Url: http://git.postgresql.org/gitweb/static/backend_dirs.html?a=commitdiff_plain;h=45261c534d0f96adc69d7e324c6ad5bc8bfb4bf6;p=pggit.git DEBUG should be disabled by default Can be turned on in the local settings if necessary. Reported by Heikki. --- 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 = (