> > Hi, tgcrud looks great indeed, how does it compare to catwalk in terms > of intended usage and features? > > Daniel
A quick answer is the philosophy of tgcrud is different from catwalk and fastdata. Catwalk and Fastdata are a kind of automatic admin generation tools based on models. While you just start a project, you get free beers with them. tgcrud is a generator which produce a pre-configured subcontroller folders. The subcontroller that tgcrud created helps you handle most of the tedious tasks to make model manipulation functional. The only thing you have to do is to assign the form fields(with form widgets) you want to follow. Catwalk could handle the whole models in site. tgcrud and Fastdata are working with single model. But tgcrud generated subcontroller allow you to cascade them to form a full functional admin interface. (Since tgcrud generated subcontrollers are just normal tg subcontroller folders) -- 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?hl=en -~----------~----~----~----~------~----~------~--~---

