From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Puw44-0001nC-Td for garchives@archives.gentoo.org; Thu, 03 Mar 2011 00:06:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BF71C014; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24D0E1C014 for ; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F42C1B408F for ; Thu, 3 Mar 2011 00:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E6F638006E for ; Thu, 3 Mar 2011 00:06:16 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <52b8cf4a0447ea47a75679c7f8cd5d65a8e62063.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: settings.py X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063 Date: Thu, 3 Mar 2011 00:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ebca91e8ea52212baf267581535dcaeb commit: 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063 Author: root bittern gentoo org> AuthorDate: Tue Nov 2 01:20:05 2010 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Nov 2 01:20:05 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-ads-co= nfig.git;a=3Dcommit;h=3D52b8cf4a Fix debug output. --- settings.py | 9 ++++++--- 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 =3D ads_module.ads ADS_IMAGES_DIR =3D os.path.join(os.path.dirname(CONFIG_PATH), 'images') #ADS_IMAGES_DIR =3D "/var/www/ads.gentoo.org/htdocs/media" =20 -DEBUG =3D True +DEBUG =3D False TEMPLATE_DEBUG =3D DEBUG +SEND_BROKEN_LINK_EMAILS =3D False =20 ## this will email errors when DEBUG=3DFALSE -ADMINS =3D ( 'Infrastructure', 'root@gentoo.org' ) - # ('Your Name', 'your_email@domain.com'), +ADMINS =3D ( + ('Infrastructure', 'root@gentoo.org') + #('Your Name', 'your_email@domain.com'), + ) =20 =20 MANAGERS =3D ADMINS