diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-10-08 16:51:24 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-10-08 16:51:24 -0700 |
| commit | 7f7d86e1e767f0339266d00c3a4723477add28b5 (patch) | |
| tree | d474b33ec2320f5849d35d54e5e96c2b00daeced /docs/quick_tutorial/jinja2.rst | |
| parent | 6b2e8ee2a63f601a1708c0e74e6ea5b3551507f1 (diff) | |
| parent | d7f8766ef2154c64b9fc040e5bf0a8249e5c366f (diff) | |
| download | pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.tar.gz pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.tar.bz2 pyramid-7f7d86e1e767f0339266d00c3a4723477add28b5.zip | |
Merge branch 'origin/master'
Diffstat (limited to 'docs/quick_tutorial/jinja2.rst')
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 40d941098..44d9f635b 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -29,11 +29,10 @@ Steps $ $VENV/bin/python setup.py develop $ $VENV/bin/easy_install pyramid_jinja2 -#. We need to add an item to ``pyramid.includes`` in - ``jinja2/development.ini``: +#. We need to include ``pyramid_jinja2`` in + ``jinja2/tutorial/__init__.py``: - .. literalinclude:: jinja2/development.ini - :language: ini + .. literalinclude:: jinja2/tutorial/__init__.py :linenos: #. Our ``jinja2/tutorial/views.py`` simply changes its ``renderer``: |
