python-django-downloadview
Port variant v11
Summary Serve files with Django and reverse-proxies (3.11)
BROKEN
Package version 2.4.0
Homepage https://django-downloadview.readthedocs.io/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 AUG 2024, 01:11:40 UTC
Port created 02 FEB 2018, 15:29:04 UTC
Subpackage Descriptions
single ################### django-downloadview ################### :alt: Jazzband :alt: GitHub Actions :alt: Coverage ``django-downloadview`` makes it easy to serve files with `Django`_: * you manage files with Django (permissions, filters, generation, ...); * files are stored somewhere or generated somehow (local filesystem, remote storage, memory...); * ``django-downloadview`` helps you stream the files with very little code; * ``django-downloadview`` helps you improve performances with reverse proxies, via mechanisms such as Nginx's X-Accel or Apache's X-Sendfile. ******* Example ******* Let's serve a file stored in a file field of some model: .. code:: python from django.conf.urls import url, url_patterns from django_downloadview import ObjectDownloadView from demoproject.download.models import Document # A model with a FileField # ObjectDownloadView inherits from django.views.generic.BaseDetailView. download = ObjectDownloadView.as_view(model=Document, file_field='file') url_patterns = ('', url('^download/(?P[A-Za-z0-9_-]+)/$', download, name='download'), ) ********* Resources ********* * Documentation: https://django-downloadview.readthedocs.io * PyPI page: http://pypi.python.org/pypi/django-downloadview * Code repository: https://github.com/jazzband/django-downloadview * Bugtracker: https://github.com/jazzband/django-downloadview/issues * Continuous integration: https://github.com/jazzband/django-downloadview/actions * Roadmap: https://github.com/jazzband/django-downloadview/milestones .. _`Django`: https://djangoproject.com
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:std
Build and Runtime python311:single:std
Runtime (only) python-Django:single:v11
python-requests:single:v11
Download groups
main mirror://PYPIWHL/0a/51/1c57c65a1758ecb90a459cb8d3f00de8d6f4e7baf57df794db641405d06a
Distribution File Information
e7f6fe77aed8ca4bc8ffe238440479972f4f11b6d886ef5b2a0a852f704a703b 36046 django_downloadview-2.4.0-py3-none-any.whl
Ports that require python-django-downloadview:v11
No other ports depend on this one.