niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

django-jinja

Simple and nonobstructive jinja2 integration with Django.

.. image:: https://github.com/niwinz/django-jinja/actions/workflows/ci.yml/badge.svg?branch=master :target: https://github.com/niwinz/django-jinja/actions

.. image:: https://img.shields.io/pypi/v/django-jinja.svg?style=flat :target: https://pypi.python.org/pypi/django-jinja

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

How to install?

You can install it with pip:

.. code-block:: shell

pip install django-jinja

How to run tests as a developer

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

.. code-block:: shell

tox

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