/usr/local/lib/python3.9/site-packages/django/views/decorators
from django.middleware.gzip import GZipMiddleware from django.utils.decorators import decorator_from_middleware gzip_page = decorator_from_middleware(GZipMiddleware) gzip_page.__doc__ = "Decorator for views that gzips pages if the client supports it."
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
cache.py
Edit
clickjacking.py
Edit
common.py
Edit
csrf.py
Edit
debug.py
Edit
gzip.py
Edit
http.py
Edit
vary.py
Edit