kopia lustrzana https://github.com/rtts/django-simplecms
Reverse tidy and cache middleware
I don't fully understand why this is needed, but one project (invoices) for some reason won't work without it...main
rodzic
98de86f49d
commit
924031f3ac
|
@ -63,8 +63,8 @@ MIDDLEWARE = [
|
|||
"django.contrib.auth.middleware.AuthenticationMiddleware",
|
||||
"django.contrib.messages.middleware.MessageMiddleware",
|
||||
"django.middleware.clickjacking.XFrameOptionsMiddleware",
|
||||
"tidy.middleware.TidyMiddleware",
|
||||
"cms.middleware.FetchFromCacheMiddleware",
|
||||
"tidy.middleware.TidyMiddleware",
|
||||
]
|
||||
|
||||
TEMPLATES = [
|
||||
|
|
Ładowanie…
Reference in New Issue