Hi all, Scenario: i have a couple of models that i'd like to reuse across 3 different web apps (w1, w2, w3).
The idea is to: * create a separate project (eg. models_app) to be installed into the python env via "python setup install" - sort of like a shared library. * In w1, w2 and/or w3, import "models_app" to have access to the shared models. I have no idea of what could be the dangers of doing this especially in respect to sqla (scoped?) sessions, transactions and the like.. Any thoughts, alternatives? Thanks in advance, -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en.
