Am 23.11.2010 15:48 schrieb Martin Reed:
Now can one of you kind people tell me where I should set
emplating.genshi.method = html ?

I was gessing myapp/config/app_cfg.py

however I guess I am missing an import as I get:

NameError: name 'templating' is not defined

In development/deployment.ini you can write:

templating.genshi.method = html

In app_cfg.py you need to set:

base_config['templating.genshi.method'] = 'html'

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to