Class FSFilesHandler
WSGI middleware that intercepts calls to a directory, as defined by one of the *_ROOT settings, and serves those files, publishing them under *_URL.
Declaration
source linkDocumentation
Methods
▶ def __call__(self, environ, start_response) override ▶ def __init__(self, application) override ▷ def file_path(self, url) Return the relative path to the file on disk for the given URL.
▶ def get_response(self, request) overrideinherited doc Return an HttpResponse object for the given HttpRequest.
▷ def serve(self, request)