Merge "Added a default SECRET_KEY"

This commit is contained in:
Jenkins 2012-03-02 20:36:17 +00:00 committed by Gerrit Code Review
commit c16ba74d9f
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ TEMPLATE_DEBUG = DEBUG
PROD = False
USE_SSL = False
# Note: You should change this value
SECRET_KEY = 'elj1IWiLoWHgcyYxFVLj7cM5rGOOxWl0'
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
# We recommend you use memcached for development; otherwise after every reload