I should i add currently setting the scheme in the model __init__.py folder metadata.schema = 'schemaname'
On Monday, September 21, 2015 at 5:20:22 PM UTC-4, Paul Kraus wrote: > > I have an app where i need to have models attached to two different > schemas in the same database. Am i better off have two model folders and > setting the scheme in the init of each or use the table schema arg on a per > class basis. > > The first option seems way better but i am not sure if there are any > gotchas with TG and the model folder. > > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

