quick example of the setup files to allow the use of Jinja2 template engine within Django, while still being able to import Django template filters (e.g. Humanize).
Following the Django Built-in Template docs, you will need to insure you have Jinja2 installed and then we need to create a jinja2.py
setup file in our main app directory (same locaiton of our settings.py
file).