Install

Note

If you want to install a development environment, please see Contributing to the project.

System requirements:

  • Python 2.7

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

pip install django-downloadview

Installing django-downloadview will automatically trigger the installation of the following requirements:

REQUIREMENTS = ['setuptools', 'Django>=1.5', 'requests']

Note

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

Known good set of versions

django-downloadview has been tested in an environment with the following set of versions. If something is going wrong with other versions, please report it in django-downloadview’s bugtracker [1].

bpython = 0.12
collective.recipe.omelette = 0.16
coverage = 3.7
Django = 1.6
django-nose = 1.2
docutils = 0.11
evg.recipe.activate = 0.5
Jinja2 = 2.7.1
MarkupSafe = 0.18
mock = 1.0.1
nose = 1.3.0
Pygments = 1.6
python-termstyle = 0.1.10
rednose = 0.4.1
requests = 2.0.1
Sphinx = 1.1.3
sphinxcontrib-testbuild = 0.1.3
z3c.recipe.mkdir = 0.6
zc.recipe.egg = 2.0.1
zest.releaser = 3.47

Notes & references

[1]https://github.com/benoitbryon/django-downloadview/issues
Read the Docs v: 1.4
Versions
latest
1.4
1.3
1.2
1.1
1.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.