mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Refs #35 - Removed :doc: directives in README.
This commit is contained in:
parent
086aae5964
commit
ce0569612b
1 changed files with 3 additions and 5 deletions
8
README
8
README
|
|
@ -30,7 +30,7 @@ In some :file:`urls.py`, serve files managed in a model:
|
|||
url('^download/(?P<slug>[A-Za-z0-9_-]+)/$', download, name='download'),
|
||||
)
|
||||
|
||||
More examples in the :doc:`demo project <demo>`!
|
||||
More examples in the "demo" section!
|
||||
|
||||
|
||||
*****
|
||||
|
|
@ -45,11 +45,9 @@ Several views are provided to cover frequent use cases:
|
|||
* ``HTTPDownloadView`` when you have an URL (the resource is proxied).
|
||||
* ``VirtualDownloadView`` when you the file is generated on the fly.
|
||||
|
||||
See `views <https://django-downloadview.readthedocs.org/en/latest/views.html>`_
|
||||
for details.
|
||||
See "views" section for details.
|
||||
|
||||
Then `setup optimizations to get increased performances
|
||||
<https://django-downloadview.readthedocs.org/en/latest/optimizations/index.html>`_.
|
||||
See also "optimizations" section to get increased performances.
|
||||
|
||||
|
||||
**********
|
||||
|
|
|
|||
Loading…
Reference in a new issue