You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how I missed that, but it needs to go. This check should happen on the simple and development backends only. It should be possible for other backends to serve files that your Django app can't see (i.e. Apache is streaming the file from a different server)
See https://django-downloadview.readthedocs.io/en/1.9/overview.html
According to jazzband/django-downloadview#146 that package is dead.
The views are something we could port over. There was an attempt to add class based views to this package (see #4) but no tests were submitted.
The documentation also claims that django-sendfile supports only files that live on local filesystem. I don't think that's true, but if it is then it needs to be fixed.
If you do copy code from that project, please do the following:
The text was updated successfully, but these errors were encountered: