Skip to content
Snippets Groups Projects
Commit 11f06539 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-272: allow for gzipped responses if the request accecpts them

parent 3790e9bd
No related branches found
No related tags found
1 merge request!213Resolve TMSS-272
......@@ -119,6 +119,7 @@ INSTALLED_APPS = [
]
MIDDLEWARE = [
'django.middleware.gzip.GZipMiddleware',
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment