Edgewall Software

Changes between Version 13 and Version 14 of GenshiRecipes/PylonsWithGenshi


Ignore:
Timestamp:
Aug 4, 2008, 3:45:56 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PylonsWithGenshi

    v13 v14  
    11= [GenshiRecipes Genshi Recipes]: Using Genshi with Pylons =
    22
    3 In Pylons 0.9.6rc1, you just need to replace `template_engine='mako'` with `template_engine='genshi'` in `config/environment.py`.
     3In Pylons 0.9.6rc1, you need to replace `template_engine='mako'` with `template_engine='genshi'` in `config/environment.py`.
    44
    55Apparently as of Pylons 0.9.5, if you have genshi installed you may invoke genshi templates just by using `render_response("genshi","<templatename>")`. The instructions below are helpful for making genshi the "default" templates.