Commit 91064d6d by benjaoming

Add SECRET_KEY to standard settings so testproject runs out of the box

parent e624b617
...@@ -153,3 +153,7 @@ try: ...@@ -153,3 +153,7 @@ try:
DEBUG_TOOLBAR_CONFIG = {'INTERCEPT_REDIRECTS': False} DEBUG_TOOLBAR_CONFIG = {'INTERCEPT_REDIRECTS': False}
except ImportError: except ImportError:
pass pass
# "Secret" key for the prepopulated db
SECRET_KEY = 'b^fv_)t39h%9p40)fnkfblo##jkr!$0)lkp6bpy!fi*f$4*92!'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment