Lee Connell ha scritto: > That worked but when I put my identity model in its own it broke the > identity. >
If you move the identity classes, you must tell TG the new location in app.cfg or dev.cfg: visit.saprovider.model = "myproject.model.Visit" identity.saprovider.model.user = "myproject.model.User" identity.saprovider.model.group = "myproject.model.Group" identity.saprovider.model.permission = "myproject.model.Permission" identity.saprovider.model.visit = "myproject.model.VisitIdentity" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

