On Dec 19, 2007 4:26 PM, Ben Bangert <[EMAIL PROTECTED]> wrote: > I just committed an update to pylons-dev that now includes an option > to toggle the inclusion of SQLAlchemy setup. Running paster create for > a new Pylons project will ask you whether to include sqlalchemy, along > with prompting if you want to change the template language. Choosing > genshi will include the Markup wrapping for the helpers as well.
Added to "What's New". http://wiki.pylonshq.com/pages/viewpage.action?pageId=11174779 I notice the options don't adjust the "install_requires" line in setup.py. That would be a nice enhancement. Regarding Session in the meta module, that's fine. But with the change I'm suggesting, Session = None initially, and then init_model() will update it. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
