Class StaticFilesHandler
WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.
Declaration
source linkDocumentation
Methods
▶ def __call__(self, environ, start_response) override ▶ def __init__(self, application) override