Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moggers87/django-sendfile2
xsendfile etc wrapper for Django. Friendly fork of django-sendfile
https://github.com/moggers87/django-sendfile2
django django-sendfile xsendfile
Last synced: 7 days ago
JSON representation
xsendfile etc wrapper for Django. Friendly fork of django-sendfile
- Host: GitHub
- URL: https://github.com/moggers87/django-sendfile2
- Owner: moggers87
- License: bsd-3-clause
- Created: 2018-03-20T13:59:43.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:56:58.000Z (8 months ago)
- Last Synced: 2024-10-14T21:23:27.963Z (3 months ago)
- Topics: django, django-sendfile, xsendfile
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 81
- Watchers: 6
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.rst
- Support: SUPPORT.md
Awesome Lists containing this project
README
=================
Django Sendfile 2
=================.. image:: https://github.com/moggers87/django-sendfile2/actions/workflows/tests.yml/badge.svg
:target: https://github.com/moggers87/django-sendfile2/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/django-sendfile2/badge/?version=latest
:target: https://django-sendfile2.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. inclusion-marker-do-not-remove-start
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.- Download: https://pypi.org/project/django-sendfile2/
- Source: https://github.com/moggers87/django-sendfile2
- Documentation: https://django-sendfile2.readthedocs.io/Supported Python Versions
=========================Python 3.8, 3.9, 3.10, 3.11, and 3.12 are currently supported by this library.
Supported Django Versions
=========================Django 3.2, 4.2, and 5.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
`_... inclusion-marker-do-not-remove-end