diff options
author | root <root@bittern.gentoo.org> | 2010-12-14 20:40:01 +0000 |
---|---|---|
committer | root <root@bittern.gentoo.org> | 2010-12-14 20:40:01 +0000 |
commit | 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d (patch) | |
tree | 15d1c2be036bfd4cf735d79ed0b92c2c843193a5 | |
parent | Add DedicateNOW and HotelKatalog. (diff) | |
download | gentoo-ads-config-1d7c5a46c63289f675b3d5c1b981a2b75696bd6d.tar.gz gentoo-ads-config-1d7c5a46c63289f675b3d5c1b981a2b75696bd6d.tar.bz2 gentoo-ads-config-1d7c5a46c63289f675b3d5c1b981a2b75696bd6d.zip |
We do not use the SECRET_KEY, so we can make this public.
-rw-r--r-- | 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 = '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 = ( |