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

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.

Previous topic

Demo project

Next topic

Optimizations

This Page