Merge "Added a default SECRET_KEY"
This commit is contained in:
commit
c16ba74d9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user