diff options
Diffstat (limited to 'django/conf')
| -rw-r--r-- | django/conf/global_settings.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index f732682b1c..9cf2732d30 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -447,12 +447,7 @@ SECURE_PROXY_SSL_HEADER = None # List of middleware to use. Order is important; in the request phase, these # middleware 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.middleware.csrf.CsrfViewMiddleware', -] - -MIDDLEWARE = None +MIDDLEWARE = [] ############ # SESSIONS # |
