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 1Puw4A-0001oZ-Ne for garchives@archives.gentoo.org; Thu, 03 Mar 2011 00:06:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 281031C01A; Thu, 3 Mar 2011 00:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EAD671C01F 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 4C40C1B40F7 for ; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 570FC80075 for ; Thu, 3 Mar 2011 00:06:17 +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: <1d7c5a46c63289f675b3d5c1b981a2b75696bd6d.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: 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d Date: Thu, 3 Mar 2011 00:06:17 +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: 4b562450a13020de54f8e9275712b956 commit: 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d Author: root bittern gentoo org> AuthorDate: Tue Dec 14 20:40:01 2010 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Dec 14 20:40:01 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-ads-co= nfig.git;a=3Dcommit;h=3D1d7c5a46 We do not use the SECRET_KEY, so we can make this public. --- settings.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/settings.py b/settings.py index 3f19e5c..8fdd049 100644 --- a/settings.py +++ b/settings.py @@ -91,7 +91,7 @@ MEDIA_URL =3D 'http://www.gentoo.org/images/' ADMIN_MEDIA_PREFIX =3D '/media/' =20 # Make this unique, and don't share it with anybody. -SECRET_KEY =3D '(mayd2&{~?0[k(9;oD#18"EdELZ}9ojq2,/BNA8U/xYN/7-%CHP' +#SECRET_KEY =3D '' =20 # List of callables that know how to import templates from various sourc= es. TEMPLATE_LOADERS =3D (