dinja2 0.1.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

dinja2 0.1.0

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:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-07-20)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.