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:50
Message-Id: 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d.robbat2@gentoo
1 commit: 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d
2 Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 14 20:40:01 2010 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 14 20:40:01 2010 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=1d7c5a46
7
8 We do not use the SECRET_KEY, so we can make this public.
9
10 ---
11 settings.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/settings.py b/settings.py
15 index 3f19e5c..8fdd049 100644
16 --- a/settings.py
17 +++ b/settings.py
18 @@ -91,7 +91,7 @@ MEDIA_URL = 'http://www.gentoo.org/images/'
19 ADMIN_MEDIA_PREFIX = '/media/'
20
21 # Make this unique, and don't share it with anybody.
22 -SECRET_KEY = '(mayd2&{~?0[k(9;oD#18"EdELZ}9ojq2,/BNA8U/xYN/7-%CHP'
23 +#SECRET_KEY = ''
24
25 # List of callables that know how to import templates from various sources.
26 TEMPLATE_LOADERS = (