On Tue, Mar 10, 2009 at 03:04:50AM -0700, Julian Yap wrote: > > Just to answer part of my own question, I ran through 'paster > quickstart' and selected 'Yes' to 'Do you need authentication and > authorization in this project?'. > > I ran through that example and some of the test cases, etc... So I'm > good to go on repoze.* > > Now, does anyone have a good example/recipe on 'Real multi-database > support'? Right now all I see is the one sqlalchemy.url definition in > development.ini so I wanted to see what others have done. Or what is > recommended for deployment since it's a TG 2 selling point. >
There's documentation on pylons at http://www.pylonshq.com/docs/en/0.9.7/models/#multiple-engines - edit your development.ini and project_name/model/__init__.py as appropriate. There's lots of very helpful documentation on that pylons site. Anita --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

