On Feb 17, 2006, at 5:32 PM, Ville Vainio wrote: > > I have uncommented the line: > > from turbogears.identity.soprovider import TG_User, TG_Group, > TG_Permission > > on model.py, and also set identity on in config.py. I'm trying to > create the tables with 'tg-admin sql create' but to no avail; they > don't show in tga sql sql or tga sql list. CatWalk doesn't find them > either, it shows them in the menus but clicking around raises a > complaint about nonexisting classes. > > Am I missing something here?
In YourProject.egg-info edit sqlojbect.txt, change line 1 so it looks like: db_module=yourproject.model,turbogears.identity.soprovider HTH. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

