Skip to main content

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dinja2-0.1.0.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

dinja2-0.1.0-py2.py3-none-any.whl (6.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dinja2-0.1.0.tar.gz.

File metadata

  • Download URL: dinja2-0.1.0.tar.gz
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dinja2-0.1.0.tar.gz
Algorithm Hash digest
SHA256 534435559d1d8d0c60cb74aa4ee768894d22bcbc13f45f74acb39deb2133ba37
MD5 bbdbd74fcb1d02f41751dd399fa891e3
BLAKE2b-256 607f9093281385d07ee46fb6681db4a0229805c92ba7ad0bc770a82f0537cf72

See more details on using hashes here.

File details

Details for the file dinja2-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dinja2-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 896068787b64378d1cf1dab333bdd46dc3ee8e2a889cc37202d06d81c5061e13
MD5 7644b5e4814e843aabe1fe12d24ee17e
BLAKE2b-256 a477081ac9f99ec1b1755cf00e62eacc99c1ff56e381c1f2258816036d135268

See more details on using hashes here.

Supported by

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