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