Hi all, Scenario: i have a couple of models that i'd like to reuse across 3 different pyramid apps (p1, p2, p3).
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 p1, p2 and/or p3, 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 sessions, pyramid transactions etc.. Any thoughts, alternatives? Thanks in advance, -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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-discuss?hl=en.
