Abstraction to offload file uploads to web-server (e.g. Apache with mod_xsendfile) once Django has checked permissions etc.
Project description
This is a wrapper around web-server specific methods for sending files to web clients. This is useful when Django needs to check permissions associated files, but does not want to serve the actual bytes of the file itself. i.e. as serving large files is not what Django is made for.
Note this should not be used for regular file serving (e.g. CSS etc), only for cases where you need Django to do some work before serving the actual file.
Documentation: https://django-sendfile2.readthedocs.io/
Supported Python Versions
Python 3.7, 3.8, 3.9, and 3.10 are currently supported by this library.
Supported Django Versions
Django 2.2, 3.2, and 4.0 are currently supported by this library.
Fork
This project is a fork of django-sendfile. The original project appears mostly dead and has a number of outstanding bugs (especially with Python 3).
Funding
If you have found django-sendfile2 to be useful and would like to see its continued development, please consider buying me a coffee.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_sendfile2-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ee17b4f7ce8cc7159f75fa4e5d62e7795c1217de8f1e52ee6265d4aa46dce03 |
|
MD5 | 4d5c8d64189938bc32b29eca3cfaa1c4 |
|
BLAKE2b-256 | 8486dae42237351b66c119ee705335524743a6668be084656d83ee6e7a5931db |