Added a default SECRET_KEY

Django 1.4 complains when you don't set a SECRET_KEY.

Change-Id: I4ab08ef4cdd696fae51869f303f22c2cbce04a60
This commit is contained in:
Paul McMillan 2012-03-01 16:30:17 -08:00
parent 07559bee70
commit b1a6f00de0

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