diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index b7fa47b12..105a8abfc 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -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