Metadata-Version: 2.1
Name: django-jinja
Version: 2.9.0
Summary: Jinja2 templating language integrated in Django.
Home-page: https://github.com/niwinz/django-jinja
Author: Andrey Antukh
Author-email: niwi@niwi.be
Maintainer: Asif Saif Uddin
Maintainer-email: auvipy@gmail.com
License: BSD
Keywords: django,jinja2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

django-jinja
============

Simple and nonobstructive jinja2 integration with Django.


.. image:: https://img.shields.io/travis/niwinz/django-jinja.svg?style=flat
    :target: https://travis-ci.org/niwinz/django-jinja

.. 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.


