| Sure, you can configure the Hubs used by the identity framework for each package to use the same database. Then each application's model would use a separate database. Of course, I don't know whether SQLObject is capable of making relations between the two databases... So you'll probably not be able to use ForeignKeys between your application db and the identity db. Instead you can just use a plain IntCol and do the lookup yourself (which is all ForeignKey does for you anyway). One thing to be aware of, you'll need to change the dburi for Visit as well. The package Hubs are turbogears.visit and turbogears.identity. On 20 Feb, 2006, at 5:15 am, Olli Wang wrote:
-- Jeff Watkins "Computers are like Old Testament gods; lots of rules and no mercy." -- Joseph Campbell --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |

