Diez B. Roggisch schrieb: >> Does anyone know if it's possible to import the identity tables into >> the application's model.py using something like... >> >> from MyIdentityTables import User, Group, .... >> >> assuming of course that MyIdentityTables are on the default PYTHONPATH. > > Should work. It would have been less time to try than to write this post > though :)
I would be careful since these classes are mapped and bound to different databases. The details also depend on whether you're using SO or SA. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

