Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Jinja2 template backend for Django

Project description

https://badge.fury.io/py/dinja2.svg https://travis-ci.org/wooyek/dinja2.svg?branch=master https://codecov.io/gh/wooyek/dinja2/branch/master/graph/badge.svg

Jinja2 template backend for Django

Documentation

The full documentation is at https://dinja2.readthedocs.io.

Quickstart

Install Dinja2:

pip install dinja2

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'dinja2.apps.Dinja2Config',
    ...
)

Add Dinja2’s URL patterns:

from dinja2 import urls as dinja2_urls


urlpatterns = [
    ...
    url(r'^', include(dinja2_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-07-20)

  • First release on PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page