From cb68d7f8e54788d70be5248e563fa0e9b917b24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Mon, 21 Oct 2013 15:05:21 +0200 Subject: [PATCH] Added few lines about vision in documentation. --- docs/about/index.txt | 1 + docs/about/vision.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/about/vision.txt 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