Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: /
Date: Thu, 03 Mar 2011 00:06:45
Message-Id: 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063.robbat2@gentoo
1 commit: 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063
2 Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 01:20:05 2010 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 01:20:05 2010 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=52b8cf4a
7
8 Fix debug output.
9
10 ---
11 settings.py | 9 ++++++---
12 1 files changed, 6 insertions(+), 3 deletions(-)
13
14 diff --git a/settings.py b/settings.py
15 index c0a65cb..3f19e5c 100644
16 --- a/settings.py
17 +++ b/settings.py
18 @@ -35,12 +35,15 @@ ADS_STRUCT = ads_module.ads
19 ADS_IMAGES_DIR = os.path.join(os.path.dirname(CONFIG_PATH), 'images')
20 #ADS_IMAGES_DIR = "/var/www/ads.gentoo.org/htdocs/media"
21
22 -DEBUG = True
23 +DEBUG = False
24 TEMPLATE_DEBUG = DEBUG
25 +SEND_BROKEN_LINK_EMAILS = False
26
27 ## this will email errors when DEBUG=FALSE
28 -ADMINS = ( 'Infrastructure', 'root@g.o' )
29 - # ('Your Name', 'your_email@××××××.com'),
30 +ADMINS = (
31 + ('Infrastructure', 'root@g.o')
32 + #('Your Name', 'your_email@××××××.com'),
33 + )
34
35
36 MANAGERS = ADMINS