I was going to write an upgrading blurb but I'm too tired now. I've been up late for the past two days. The main difference is where things are imported from. There are also a bunch of tweaks in the app skeleton. I would create a new app and paste your code into it rather than trying to upgrade a pyramid_sqla app. There are too many name changes throughout the metadata files.
On Sat, Mar 19, 2011 at 4:08 PM, Eric Ongerth <[email protected]> wrote: > Mike, thanks for all your hard work on this! > > I've been using pyramid_sqla for about a month with good results. I > suppose I should move over to Akhet; can you briefly summarize what > would change? From reading the docs it doesn't look like much, except > that SQLA was spun off, but I'd like to be sure I'm not missing > anything. I haven't been using WebHelpers so I'm not affected by any > changes in that department (except that I'm going to start making use > of paginate now that it's ready for Pyramid). > > - Eric > > > On Mar 19, 2:22 pm, Mike Orr <[email protected]> wrote: >> Akhet 1.0b1 is released. It's an application template for Pyramid >> that's closer to Pylons 1 than the ones that are built into Pyramid. >> It has extensive documentation covering the differences between Pylons >> and Pyramid, and can serve as a gentle introduction to the Pyramid >> manual. Version 1.0b1 is a beta test before the final release. >> >> Akhet is the successor of "pyramid_sqla" and the Pyramid Migration >> Guide. The SQLAlchemy library itself was spun off to a separate >> distribution SQLAHelper, which is framework-independent. Also released >> recently, WebHelpers 1.3b1, whose paginate has some URL generation >> classes for Pyramid. >> >> PyPI: http://pypi.python.org/pypi/Akhet >> Docs: http://sluggo.scrapping.cc/python/Akhet/ >> Source:https://bitbucket.org/sluggo/akhet(Mercurial) >> >> The repositories will be moved to GitHub soonish but not immediately. >> >> -- >> 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. > > -- 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.
