Undocumented
Class | ASGIStaticFilesHandler |
ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving. |
Class | StaticFilesHandler |
WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files. |
Class | StaticFilesHandlerMixin |
Common methods used by WSGI and ASGI handlers. |