Class StaticFilesHandler

WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.

Declaration

class StaticFilesHandler(StaticFilesHandlerMixin, WSGIHandler)
source link

Documentation

Methods

Inherited methods

Reexports