From de6c7559fedfbedb42b451032174cbaf06859f1f Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 23 Jan 2017 22:00:01 -0800 Subject: [PATCH] Update middleware key prefix --- ch13/mezzanine_example/mezzanine_example/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/mezzanine_example/mezzanine_example/local_settings.py b/ch13/mezzanine_example/mezzanine_example/local_settings.py index c984c2a..de131a1 100644 --- a/ch13/mezzanine_example/mezzanine_example/local_settings.py +++ b/ch13/mezzanine_example/mezzanine_example/local_settings.py @@ -26,7 +26,7 @@ SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTOCOL", "https") CACHE_MIDDLEWARE_SECONDS = 60 -CACHE_MIDDLEWARE_KEY_PREFIX = "mezzanine" +CACHE_MIDDLEWARE_KEY_PREFIX = "mezzanine_example" CACHES = { "default": { -- 2.44.0