diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-30 20:56:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-30 20:56:50 -0400 |
| commit | 56286542dbb7d1cca253b25de0eb3eb4392ff271 (patch) | |
| tree | 34ffb6ee92a34922c333cbc66358b4df384ce1de /docs/topics | |
| parent | 29b4a3f513f412fb4a987b777b61b596c09d217e (diff) | |
Documented jinja2 install requirement.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/templates.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index 036c006035..9f0048bc1f 100644 --- a/docs/topics/templates.txt +++ b/docs/topics/templates.txt @@ -384,6 +384,12 @@ applications. This generic name was kept for backwards-compatibility. .. class:: Jinja2 +Requires Jinja2_ to be installed: + +.. code-block:: console + + $ pip install Jinja2 + Set :setting:`BACKEND <TEMPLATES-BACKEND>` to ``'django.template.backends.jinja2.Jinja2'`` to configure a Jinja2_ engine. |
