diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-04 21:13:54 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-04 21:13:54 -0400 |
| commit | fb30035ec15d56ac93362160e08f0ffbbfdd1212 (patch) | |
| tree | 520aee3a005ba7c696bcadeea8139a452aa3c1a5 /docs/tutorials/wiki/basiclayout.rst | |
| parent | a2ec85f74c0cdbfd787d8fc452bd095b18b4f6b3 (diff) | |
| download | pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.gz pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.bz2 pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.zip | |
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index a03529e21..d129ff7ec 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -95,7 +95,7 @@ following: static resources for us, in this case, at ``http://localhost:6543/static/`` and below. The ``path`` element of this tag is a relative directory name, so it finds the resources - it should serve within the ``templates/static`` directory inside + it should serve within the ``static`` directory inside the ``tutorial`` package. Content Models with ``models.py`` |
