On Feb 1, 2:36 pm, sajuptpm <[email protected]> wrote: > I have a project developed in turbogears, i want to move it to > Pyramid, is it possible ???
> I am using following feature of TG2 > controller The closest thing to the controller structure from TG2 are handlers. while I documented a Pylons 1.0 -> Pyramid the first week Pyramid became generally available, the app in question was originally a TurboGears 2.0 app: http://cd34.com/blog/framework/pylons-1-0-to-pyramid-1-0a1/ You might also look at the Ahket scaffolds which set up a Pyramid project to look a lot like a Pylons project. > sqlalchemy supported > tg2env I believe this is just a wrapper for virtualenv, and is the suggested method for installing Pyramid. > developement.ini Both development.ini and production.ini files are supplied. > Not using any template system, since UI developed using EXTJS You can use Response objects to emit raw html created from your controllers. > Reason to this change is, Pylons stopped further support for TG2. TG2 was based on Pylons, but, Pylons is still available, but, not very active anymore. -- 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.
