From 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Nov 2010 01:20:05 +0000 Subject: Fix debug output. --- settings.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/settings.py b/settings.py index c0a65cb..3f19e5c 100644 --- a/settings.py +++ b/settings.py @@ -35,12 +35,15 @@ ADS_STRUCT = ads_module.ads ADS_IMAGES_DIR = os.path.join(os.path.dirname(CONFIG_PATH), 'images') #ADS_IMAGES_DIR = "/var/www/ads.gentoo.org/htdocs/media" -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG +SEND_BROKEN_LINK_EMAILS = False ## this will email errors when DEBUG=FALSE -ADMINS = ( 'Infrastructure', 'root@gentoo.org' ) - # ('Your Name', 'your_email@domain.com'), +ADMINS = ( + ('Infrastructure', 'root@gentoo.org') + #('Your Name', 'your_email@domain.com'), + ) MANAGERS = ADMINS -- cgit v1.2.3-65-gdbad