python-django-downloadview

efficient static file serving with Django

Description

django-downloadview makes it easy to serve files with Django:

 * manage files with Django (permissions, filters, generation, ...);
 * files are stored somewhere or generated somehow (local filesystem,
   remote storage, memory...);
 * django-downloadview helps to stream the files with very little
   code;
 * django-downloadview helps to improve performances with reverse
   proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
   X-Sendfile.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/benoitbryon/django-downloadview


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-django-downloadview