Skip to content

Commit

Permalink
add GZipMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Jun 16, 2017
1 parent b8e5f9c commit fb33093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
MIDDLEWARE_CLASSES = (
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.gzip.GZipMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
Expand Down

0 comments on commit fb33093

Please sign in to comment.