Update settings.py

This commit is contained in:
Daniel Greenfeld 2013-08-24 13:33:34 +02:00
parent f09afdea74
commit bf351fb510

View File

@ -30,7 +30,7 @@ TEMPLATE_DEBUG = DEBUG
########## SECRET CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
# Note: This key only used for development and testing.
SECRET_KEY = "{{cookiecutter.secret_key}}"
SECRET_KEY = "{{cookiecutter.secret_key()}}"
########## END SECRET CONFIGURATION