mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Added few lines about vision in documentation.
This commit is contained in:
parent
47cc4ce04d
commit
cb68d7f8e5
2 changed files with 27 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ About django-downloadview
|
|||
|
||||
.. toctree::
|
||||
|
||||
vision
|
||||
alternatives
|
||||
license
|
||||
authors
|
||||
|
|
|
|||
26
docs/about/vision.txt
Normal file
26
docs/about/vision.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
######
|
||||
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/issues/milestones>`_
|
||||
|
||||
.. target-notes::
|
||||
|
||||
.. _`Django`: https://django-project.com
|
||||
Loading…
Reference in a new issue