dinja2 0.1.0
pip install dinja2
Latest version
Released:
Jinja2 template backend for Django
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: Janusz Skonieczny
- Tags dinja2
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: Janusz Skonieczny
- Tags dinja2
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 534435559d1d8d0c60cb74aa4ee768894d22bcbc13f45f74acb39deb2133ba37 |
|
MD5 | bbdbd74fcb1d02f41751dd399fa891e3 |
|
BLAKE2b-256 | 607f9093281385d07ee46fb6681db4a0229805c92ba7ad0bc770a82f0537cf72 |
File details
Details for the file dinja2-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dinja2-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 896068787b64378d1cf1dab333bdd46dc3ee8e2a889cc37202d06d81c5061e13 |
|
MD5 | 7644b5e4814e843aabe1fe12d24ee17e |
|
BLAKE2b-256 | a477081ac9f99ec1b1755cf00e62eacc99c1ff56e381c1f2258816036d135268 |