jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
381 stars 58 forks source link

Support URL property in DownloadResponse #21

Closed benoitbryon closed 11 years ago

benoitbryon commented 11 years ago

Use case: Django is to fetch the file via an URL. In current implementation, Django would have to fetch and read the file. But proxy servers may have direct access to the resource, i.e. they could fetch the file themselves => improved resources usage.