From 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Dec 2010 20:40:01 +0000 Subject: We do not use the SECRET_KEY, so we can make this public. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 3f19e5c..8fdd049 100644 --- a/settings.py +++ b/settings.py @@ -91,7 +91,7 @@ MEDIA_URL = 'http://www.gentoo.org/images/' ADMIN_MEDIA_PREFIX = '/media/' # Make this unique, and don't share it with anybody. -SECRET_KEY = '(mayd2&{~?0[k(9;oD#18"EdELZ}9ojq2,/BNA8U/xYN/7-%CHP' +#SECRET_KEY = '' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( -- cgit v1.2.3-65-gdbad