From bf38538f73f25cf51267f68189665dff05836298 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 24 Apr 2013 00:40:33 -0700 Subject: [PATCH] Removed secret key from repo --- mmg/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mmg/settings.py b/mmg/settings.py index fb1e07a..a6c70f6 100644 --- a/mmg/settings.py +++ b/mmg/settings.py @@ -76,8 +76,7 @@ STATICFILES_FINDERS = ( # django.contrib.staticfiles.finders.DefaultStorageFinder', ) -# Make this unique, and don't share it with anybody. -SECRET_KEY = '!i+jabjnt5nkb(twj$fvuu-%&$z&)j6bm$a2sfszyy-s1oc5&7' +SECRET_KEY = os.environ.get('MMG_SECRET_KEY') # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = (