Welcome to django-downloadview demo!

Here are some demo links. Browse the code to see how they are implemented

Serving files with Django

In the following views, Django streams the files, no optimization has been setup.

Optimized downloads

In the following views, Django delegates actual streaming to another server, for improved performances.

Since nginx and other servers aren't installed on the demo, you will get raw "X-Sendfile" responses. Look at the headers!