> Added info: > On display (/user/list), I am getting a NoSuchColumnError: "Could not > locate column in row for column 'tg_groups'" > > dakila wrote: > > Hello, > > > I quickstarted a project on tg2, setup the db and created a controller > > using crud for tg_user (paster crud -m User). > > However, I am getting a NoSuchColumnError: "Could not locate column in > > row for column 'tg_groups'". >
In this case you could comment out the #dbmachanic = xxx... column in root.py, and browse http://..../dbmachanic to manipulate tg_user. crud is fit for simpler schema usage, you need more skill to customize crud for relational column. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
