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:
parent
07559bee70
commit
b1a6f00de0
@ -5,6 +5,9 @@ TEMPLATE_DEBUG = DEBUG
|
|||||||
PROD = False
|
PROD = False
|
||||||
USE_SSL = False
|
USE_SSL = False
|
||||||
|
|
||||||
|
# Note: You should change this value
|
||||||
|
SECRET_KEY = 'elj1IWiLoWHgcyYxFVLj7cM5rGOOxWl0'
|
||||||
|
|
||||||
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
|
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
# We recommend you use memcached for development; otherwise after every reload
|
# We recommend you use memcached for development; otherwise after every reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user