aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@bittern.gentoo.org>2010-11-02 01:20:05 +0000
committerroot <root@bittern.gentoo.org>2010-11-02 01:20:05 +0000
commit52b8cf4a0447ea47a75679c7f8cd5d65a8e62063 (patch)
tree861838455ad2bee5719c21cac00b51632e505bfc
parentFix typo. (diff)
downloadgentoo-ads-config-52b8cf4a0447ea47a75679c7f8cd5d65a8e62063.tar.gz
gentoo-ads-config-52b8cf4a0447ea47a75679c7f8cd5d65a8e62063.tar.bz2
gentoo-ads-config-52b8cf4a0447ea47a75679c7f8cd5d65a8e62063.zip
Fix debug output.
-rw-r--r--settings.py9
1 files 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