1. Installation

1.1. Requirements

  • Django 1.8 or higher.
  • Python 2.7 or PyPy 1.5 or higher, Python 3.4 or higher.

1.2. Installation

Packaged version

This is the recommended way. Install django-hvad using pip by running:

pip install django-hvad

This will download the latest version from pypi and install it.

Then add 'hvad' to your INSTALLED_APPS, and proceed to Quickstart.

Latest development version

If you need the latest features from a yet unreleased version, or just like living on the edge, install django-hvad using pip by running:

pip install https://github.com/kristianoellegaard/django-hvad/tarball/master

This will download the development branch from github and install it.

Then add 'hvad' to your INSTALLED_APPS, and proceed to Quickstart.