Class ASGIStaticFilesHandler

ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving.

Declaration

class ASGIStaticFilesHandler(StaticFilesHandlerMixin, ASGIHandler)
source link

Documentation

Methods

Inherited methods