# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-downloadview VERSION= 2.4.0 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Serve files with Django and reverse-proxies (3.12) SDESC[v13]= Serve files with Django and reverse-proxies (3.13) HOMEPAGE= https://django-downloadview.readthedocs.io/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/0a/51/1c57c65a1758ecb90a459cb8d3f00de8d6f4e7baf57df794db641405d06a DISTFILE[1]= django_downloadview-2.4.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= django_downloadview-2.4.0.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-Django:single:v12 python-requests:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-Django:single:v13 python-requests:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:1619:descriptions/desc.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 [FILE:132:distinfo] e7f6fe77aed8ca4bc8ffe238440479972f4f11b6d886ef5b2a0a852f704a703b 36046 python-src/django_downloadview-2.4.0-py3-none-any.whl