module documentation

Undocumented

Class ​ASGIStatic​Files​Handler ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving.
Class ​Static​Files​Handler WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.
Class ​Static​Files​Handler​Mixin Common methods used by WSGI and ASGI handlers.