django_sendfile.backends.development module

django_sendfile.backends.development.sendfile(request, filename, **kwargs)[source]

Send file using Django dev static file server.

Warning

Do not use in production. This is only to be used when developing and is provided for convenience only