mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Fix doc.
This commit is contained in:
parent
8e439d3485
commit
3da22537df
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ Setup a view to stream the ``file`` attribute:
|
|||
|
||||
.. literalinclude:: /../demo/demoproject/object/urls.py
|
||||
:language: python
|
||||
:lines: 1-7, 8-10, 20
|
||||
:lines: 1-7, 8-11, 20
|
||||
|
||||
|
||||
************
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ via URLconfs:
|
|||
|
||||
.. literalinclude:: /../demo/demoproject/path/urls.py
|
||||
:language: python
|
||||
:lines: 1-7, 11-13, 14
|
||||
:lines: 1-13
|
||||
|
||||
|
||||
*************
|
||||
|
|
|
|||
Loading…
Reference in a new issue