django_sendfile.backends.simple module

django_sendfile.backends.simple.generate_etag(request, filepath, **kwargs)[source]
django_sendfile.backends.simple.last_modified(request, filepath, **kwargs)[source]
django_sendfile.backends.simple.sendfile(request, filepath, **kwargs)[source]

Use the SENDFILE_ROOT value composed with the path arrived as argument to build an absolute path with which resolve and return the file contents.