diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-10-08 14:33:16 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-10-08 14:33:16 -0400 |
| commit | a2b15855bee4893524609a941954c823bfbcec0d (patch) | |
| tree | b158cd48f6c32854911592fb89e6800b243d2c28 /docs/quick_tutorial/jinja2.rst | |
| parent | 0f1d6c019e796b43ce0061d36d1c5521fbbce7ee (diff) | |
| download | pyramid-a2b15855bee4893524609a941954c823bfbcec0d.tar.gz pyramid-a2b15855bee4893524609a941954c823bfbcec0d.tar.bz2 pyramid-a2b15855bee4893524609a941954c823bfbcec0d.zip | |
Small quick tutorial fixes post conference.
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``: |
