/django-jinja

Simple and nonobstructive jinja2 integration with Django.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-jinja

Simple and nonobstructive jinja2 integration with Django.

image

image

Documentation: http://niwinz.github.io/django-jinja/latest/

How to install?

You can install it with pip:

pip install django-jinja

How to run tests as a developer

Install the Tox automation tool (outside a virtualenv), then

tox

Tox will create virtualenvs for different interpreter versions and run the test suite.