Removed secret key from repo
This commit is contained in:
parent
50e1adbb91
commit
bf38538f73
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user