Merge pull request #1060 from ostcar/use_default_message_backend

Use the default django message back end
This commit is contained in:
Oskar Hahn 2013-11-18 02:11:33 -08:00
commit 88407613b5

View File

@ -62,8 +62,6 @@ STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',