Removed secret key from repo

This commit is contained in:
Stephen McQuay 2013-04-24 00:40:33 -07:00
parent 50e1adbb91
commit bf38538f73
1 changed files with 1 additions and 2 deletions

View File

@ -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 = (