Merge "Change django message storage backends default."

This commit is contained in:
Jenkins 2014-10-17 08:06:55 +00:00 committed by Gerrit Code Review
commit 16ef57c94b
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ INSTALLED_APPS = [
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage'
MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies'
SESSION_COOKIE_HTTPONLY = True