yes, what you need is tgfastdata (a CRUD tool like rails' scaffold),
http://trac.turbogears.org/turbogears/wiki/DataGridWidget
it's a bit out of date,
or you can use catwalk in toolbox (>0.9) with 'tg-admin toolbox'
command.
or you can call catwalk in your project directly:
from turbogears.toolbox import catwalk
class Root(controllers.RootController):
simple_crud = catwalk.CatWalk()
then simple_crud is presented in
http://localhost:8080/simple_crud
regards
--
Fred
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---