diff --git a/docs/about/index.txt b/docs/about/index.txt index cee816a..becee9a 100644 --- a/docs/about/index.txt +++ b/docs/about/index.txt @@ -4,6 +4,7 @@ About django-downloadview .. toctree:: + vision alternatives license authors diff --git a/docs/about/vision.txt b/docs/about/vision.txt new file mode 100644 index 0000000..7b5f8d7 --- /dev/null +++ b/docs/about/vision.txt @@ -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 + `_ + +.. target-notes:: + +.. _`Django`: https://django-project.com