diff options
| author | kenmanheimer <ken.manheimer@gmail.com> | 2011-11-08 15:31:23 -0800 |
|---|---|---|
| committer | kenmanheimer <ken.manheimer@gmail.com> | 2011-11-08 15:31:23 -0800 |
| commit | bf1d00dcdc5bf49edb74c20dcb168a265c8b7118 (patch) | |
| tree | 9f31b4609cfcd6a1c840b093172d6f98bfd39719 /docs/tutorials/wiki | |
| parent | 19799769801c2e0bdca18f6f1e7336c1a2a07eb6 (diff) | |
| download | pyramid-bf1d00dcdc5bf49edb74c20dcb168a265c8b7118.tar.gz pyramid-bf1d00dcdc5bf49edb74c20dcb168a265c8b7118.tar.bz2 pyramid-bf1d00dcdc5bf49edb74c20dcb168a265c8b7118.zip | |
No longer using request.static_url() in the demos.
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/definingviews.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst index c21367559..15b9f13ab 100644 --- a/docs/tutorials/wiki/definingviews.rst +++ b/docs/tutorials/wiki/definingviews.rst @@ -296,9 +296,7 @@ This CSS file will be accessed via e.g. ``http://localhost:6543/static/pylons.css`` by virtue of the call to ``add_static_view`` directive we've made in the ``__init__.py`` file. Any number and type of static assets can be placed in this directory (or -subdirectories) and are just referred to by URL or by using the convenience -method ``static_url`` e.g. ``request.static_url('{{package}}:static/foo.css')`` -within templates. +subdirectories) and are just referred to by URL. Viewing the Application in a Browser ==================================== |
