django-downloadview/docs/about/vision.txt
2015-06-12 19:30:57 +02:00

26 lines
661 B
Text

######
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
<https://github.com/benoitbryon/django-downloadview/milestones>`_
.. target-notes::
.. _`Django`: https://djangoproject.com