|
@@ -301,11 +301,11 @@ DEFAULT_INDEX_TABLESPACE = ''
|
|
|
# this middleware classes will be applied in the order given, and in the
|
|
|
# response phase the middleware will be applied in reverse order.
|
|
|
MIDDLEWARE_CLASSES = (
|
|
|
+ 'django.middleware.common.CommonMiddleware',
|
|
|
'django.contrib.sessions.middleware.SessionMiddleware',
|
|
|
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
|
|
# 'django.middleware.http.ConditionalGetMiddleware',
|
|
|
# 'django.middleware.gzip.GZipMiddleware',
|
|
|
- 'django.middleware.common.CommonMiddleware',
|
|
|
)
|
|
|
|
|
|
############
|