Jinja2 template backend for Django
Project description
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
Release history Release notifications | RSS feed
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 hashes)
Built Distribution
Close
Hashes for dinja2-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 896068787b64378d1cf1dab333bdd46dc3ee8e2a889cc37202d06d81c5061e13 |
|
MD5 | 7644b5e4814e843aabe1fe12d24ee17e |
|
BLAKE2b-256 | a477081ac9f99ec1b1755cf00e62eacc99c1ff56e381c1f2258816036d135268 |