mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Fixed demo's 'http_download_hello_world' view: using 'basename' and not 'name'.
This commit is contained in:
parent
c7033295fc
commit
c2c152ec49
1 changed files with 1 additions and 1 deletions
|
|
@ -76,4 +76,4 @@ download_generated_hello_world = StringIODownloadView.as_view()
|
|||
|
||||
download_http_hello_world = views.HTTPDownloadView.as_view(
|
||||
url=u'https://raw.github.com/benoitbryon/django-downloadview/master/demo/demoproject/download/fixtures/hello-world.txt',
|
||||
name=u'hello-world.txt')
|
||||
basename=u'hello-world.txt')
|
||||
|
|
|
|||
Loading…
Reference in a new issue