On Tue, Jun 10, 2008 at 11:29 AM, Ross Vandegrift <[EMAIL PROTECTED]> wrote: > > Hey guys, > > Just wondered if anyone has any clever code or strategies to migrate > Myghty code base to Mako? > > I'm going through and refactoring all templates as much as possibly > can be done first. At which point conversion will be much easier. > > But I don't support I could use both templating engines at once and do > something like "render_mako(sometemplate)" and "render_myghty(foo)"?
render_myghty does not exist, and it would take some work to write due to Myghty's idiosyncracies. But you should be able to use render_mako() alongside Buffet's render(). However, I'm not sure when Buffet is scheduled to be deleted from Pylons; probably at 1.0 but maybe earlier. -- 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 -~----------~----~----~----~------~----~------~--~---
