Skip to content

Commit

Permalink
Added CACHE_MIDDLEWARE_KEY_PREFIX to global_settings
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 9, 2005
1 parent d65526d commit b6fd05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django/conf/global_settings.py
Expand Up @@ -126,6 +126,8 @@
# response phase the middleware will be applied in reverse order.
MIDDLEWARE_CLASSES = (
"django.middleware.sessions.SessionMiddleware",
# "django.middleware.http.ConditionalGetMiddleware",
# "django.middleware.gzip.GZipMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.doc.XViewMiddleware",
)
Expand All @@ -145,6 +147,7 @@
# The cache backend to use. See the docstring in django.core.cache for the
# possible values.
CACHE_BACKEND = 'simple://'
CACHE_MIDDLEWARE_KEY_PREFIX = ''

####################
# COMMENTS #
Expand Down

0 comments on commit b6fd05e

Please sign in to comment.