Hi,
Ok, FastData seems to be pretty easy to use. I think you can
easy_install it (I used the SVN). It only works with SQLObject.
from tgfastdata import DataController
from model import MyTbl
class Root(controllers.RootController):
mytbl = DataController(MyTbl)
You can then browse to /mytbl and you get an autogenerated CRUD
interface to edit the table. It seems to be pretty neat.
I hit a bug related to date validation; there's a hacky fix here
http://pastebin.com/m6db86852
Enjoy!
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---