Using turbogears.identity, users are stored in the database defined by turbogears.identity.model.somodel
My webapp uses his own model that has some ForeignKeys referring tho the somodel.. The problem is that CatWalk does not know anything about somodel, and gives error like: "Fail to get reference to object TG_User" There is some workaround to make this work ?

