You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen a19a982b1c Sendfile: add a sendfile module based on django-sendfile2 4 years ago
..
backends Sendfile: add a sendfile module based on django-sendfile2 4 years ago
LICENSE Sendfile: add a sendfile module based on django-sendfile2 4 years ago
README.md Sendfile: add a sendfile module based on django-sendfile2 4 years ago
__init__.py Sendfile: add a sendfile module based on django-sendfile2 4 years ago
utils.py Sendfile: add a sendfile module based on django-sendfile2 4 years ago

README.md

Heavily inspired + code borrowed from: https://github.com/moggers87/django-sendfile2/

We just simplified and inlined it because we don't want another external dependency for distribution packagers to package, as well as need a much simpler version.