Re: [sqlalchemy] Changing the declarative base of a class and re-mapping

2013-07-13 Thread Michael Bayer
On Jul 13, 2013, at 1:48 AM, Ahmed wrote: > Hello all, > > I have the following scenario: > I have 5 or 6 related sqlalchemy declarative models sitting in a pyramid app. > This occurs in the context of extending a pyramid application, where I > import/config.scan() these selected models from

[sqlalchemy] Changing the declarative base of a class and re-mapping

2013-07-12 Thread Ahmed
Hello all, I have the following scenario: I have 5 or 6 related sqlalchemy declarative models sitting in a pyramid app. This occurs in the context of extending a pyramid application, where I import/config.scan() these selected models from another pyramid app into a new app. The thing is that th