Update settings.py

This commit is contained in:
Daniel Greenfeld 2013-08-26 05:03:29 +02:00
parent bf351fb510
commit 45b04ff20e

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 = "CHANGEME!!!"
########## END SECRET CONFIGURATION