Marked SECRET_KEY as a secret value, too.

This commit is contained in:
Jannis Leidel 2013-07-27 16:40:39 +02:00
parent 9b2d1d5b20
commit cf072d0dc6

View file

@ -96,3 +96,5 @@ class Prod(Common):
"""
DEBUG = False
TEMPLATE_DEBUG = DEBUG
SECRET_KEY = values.SecretValue()