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

class FSFilesHandler(WSGIHandler)
source link

Documentation

Methods

Inherited methods

Subclasses