Edgewall Software

Changes between Version 5 and Version 6 of GenshiRecipes/PylonsWithGenshi


Ignore:
Timestamp:
Mar 14, 2007, 6:39:01 PM (17 years ago)
Author:
Philip.Cooper@…
Comment:

need an init.py to work

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PylonsWithGenshi

    v5 v6  
    3232}}}
    3333
     34Finally, the Pylons template plug-ins currently expect paths to act as module imports, so you will also need to create a `__init__.py` file inside appname/templates.
    3435== !WebHelpers and Genshi ==
    3536To use [http://pylonshq.com/WebHelpers/ WebHelpers] within a Genshi template, the helper return values need to be wrapped in a Markup object, as it would otherwise be escaped.