On Tue, Jul 6, 2010 at 7:14 AM, Ross Vandegrift <[email protected]> wrote: > Hi everyone, > > Working through an upgrade from 0.9.7 -> 0.10 and can't quite figure > out how to integrate Myghty. I'd love to move ot Mako, but > refactoring and translating 6k lines of messy templates isn't really > an option. > > I looked over pylons.templating and I'm kinda over my head in > understanding what I need to do to have a render_myghty. Anyone else > using Myghty with 0.10?
Probably not. :) Myghty requires a whole lot of initialization that the other template engines don't. Your best bet would be to write a render_myghty() function and paste the initialization code from pylons.templating in Pylons 0.9.7. You may have to change some of the source variables to get it to work. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
