jazzband / django-downloadview

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

Pass args & kwargs around so that get_file() can implement URL-based logic. #120

Closed willson556 closed 4 years ago

willson556 commented 8 years ago

Currently you can't access URL args & kwargs from the get_file() method forcing more of the class to be overridden than is ideal.