mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-15 20:48:02 +00:00
Revert caching
This commit is contained in:
@@ -28,14 +28,10 @@ INSTALLED_APPS.extend([
|
|||||||
|
|
||||||
MIDDLEWARE.extend([
|
MIDDLEWARE.extend([
|
||||||
'django.middleware.locale.LocaleMiddleware',
|
'django.middleware.locale.LocaleMiddleware',
|
||||||
'django.middleware.cache.FetchFromCacheMiddleware',
|
|
||||||
])
|
])
|
||||||
MIDDLEWARE.insert(
|
MIDDLEWARE.insert(
|
||||||
0, 'ivatar.middleware.MultipleProxyMiddleware',
|
0, 'ivatar.middleware.MultipleProxyMiddleware',
|
||||||
)
|
)
|
||||||
MIDDLEWARE.insert(
|
|
||||||
1, 'django.middleware.cache.UpdateCacheMiddleware',
|
|
||||||
)
|
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = (
|
AUTHENTICATION_BACKENDS = (
|
||||||
# Enable this to allow LDAP authentication.
|
# Enable this to allow LDAP authentication.
|
||||||
|
|||||||
Reference in New Issue
Block a user