Installation

This project is open-source, published under BSD license. See License for details.

If you want to install a development environment, you should go to Contributing to the project documentation.

Install the package with your favorite Python installer. As an example, with pip:

pip install django-downloadview

Note

Since version 1.1, django-downloadview requires Django>=1.5, which provides StreamingHttpResponse.

There is no need to register this application in your Django’s INSTALLED_APPS setting.

Next, you’ll have to setup some download view(s). See demo project for examples, and API documentation.

Optionally, you may setup additional server optimizations.

Table Of Contents

Previous topic

Demo project

Next topic

Download views

This Page