Skip to content

niwinz/django-jinja

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 17, 2021
May 26, 2024
Feb 17, 2013
May 15, 2022
Jan 22, 2024
Jan 22, 2024

Repository files navigation

django-jinja

Simple and nonobstructive jinja2 integration with Django.

https://github.com/niwinz/django-jinja/actions/workflows/ci.yml/badge.svg?branch=master https://img.shields.io/pypi/v/django-jinja.svg?style=flat

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.