Class StaticFilesHandlerMixin
Common methods used by WSGI and ASGI handlers.
Declaration
class StaticFilesHandlerMixin
source linkDocumentation
Methods
▷ def file_path(self, url) Return the relative path to the media file on disk for the given URL.
▷ def serve(self, request) Serve the request path.
Subclasses