Hi, I've been developing a Pylons application over the past year or so. The way the functionality is implemented is almost exclusively based on examples from the Pylons book. The applications contains over 20 controllers each with more than six functions and makes use of: "Pylons>=1.0", "SQLAlchemy>=0.5,<=0.5.99", "Mako", "WebHelpers>=1.0", "FormBuild>=3.0,<=3.99", "AuthKit>=0.4.3,<=0.4.99",
From reading your migration guide I find it hard to work out what the most productive way of porting my application to Pyramid would be. > > Pyramid Migration Guide (an introduction to Pyramid for Pylons users) > * Online: > https://bytebucket.org/sluggo/pyramid-docs/wiki/html/migration.html > * Source:https://bitbucket.org/sluggo/pyramid-docs > Should I be changing the setup in my current project? Or would it be more productive to start the project from scratch using the paster pyramid_sqla template and then copying and pasting functionality from my Pylons project into the Pyramid project? A tutorial on how to port a small python project would be very much appreciated. Kind regards, Tjelvar -- 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.
