Skip to content

Feature: compressing responses

Calum Mackervoy requested to merge 271-compression into master

Closes #271 (closed)

Title can be misleading. This MR simply adds some README documentation and django-brotli as a dependency. The real work is done in the middleware, which is included by default here: server-manager!39 (merged)

but can be added manually:

'django.middleware.gzip.GZipMiddleware',
'django_brotli.middleware.BrotliMiddleware',

Merge request reports