Templating engine?

Aahz aahz at pythoncraft.com
Fri Jun 18 22:31:25 EDT 2004


In article <2jh2glF10adr2U1 at uni-berlin.de>,
Leif K-Brooks  <eurleif at ecritters.biz> wrote:
>
>I'm planning to start on a fairly large web application, most likely 
>using mod_python. I recently wrote a fairly small (but real-world 
>useful) web app with it, and all of those req.write()s made for really 
>ugly code. Would a templating engine solve that? Does anyone have any 
>suggestions about which one to use?

If you're already doing req.write(), it'll be easy to shift to Quixote.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Typing is cheap.  Thinking is expensive."  --Roy Smith, c.l.py



More information about the Python-list mailing list