Ronald Jaramillo's CatWalk model browser is now a part of TurboGears!
Ronald imported it into the repository in revision 99. There are still
a couple more integration ideas we have in mind, but right now you can
get a model browser going by setting up your controller like this:
from turbogears import controllers
from turbogears.catwalk import CatWalk
class Root(controllers.Root):
catwalk = CatWalk()
CatWalk is a tool that lets you easily work with the data represented
by your model objects. (CatWalk is not intended as a way to provide
database update functionality to end users, though.)
CatWalk will appear as part of TurboGears in 0.9.
Thanks, Ronald!
Kevin
--
Kevin Dangoor
Author of the Zesty News RSS newsreader
email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com