On Oct 6, 12:18 pm, Julien Tayon <[email protected]> wrote: > It is no rocket science you might find the solution before tomorrow.
Thanks Julien. It looks like the minimum sqlalchemy config needed to configure DBSession is: engine = create_engine(url) model.DBSession.configure(bind=engine) The rest is just for config. ~Sean -- 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.

