django-downloadview/docs/about/vision.txt

27 lines
662 B
Text
Raw Normal View History

######
Vision
######
`django-downloadview` tries to simplify the development of "download" views
using `Django`_ framework. It provides generic views that cover most common
patterns.
Django is not the best solution to serve files: reverse proxies are far more
efficient. `django-downloadview` makes it easy to implement this best-practice.
Tests matter: `django-downloadview` provides tools to test download views and
optimizations.
.. rubric:: Notes & references
.. seealso::
* :doc:`/about/alternatives`
* `roadmap
2020-09-17 13:48:41 +00:00
<https://github.com/jazzband/django-downloadview/milestones>`_
.. target-notes::
2021-01-21 16:44:27 +00:00
.. _`Django`: https://www.djangoproject.com