On 3/22/06, Elver Loho <[EMAIL PROTECTED]> wrote:
> My question would be: are there any code generators for TurboGears
> that would take my model and then give me all the code to set up an
> administration backend and frontend for it? I'd like it to provide me
> with a working starting point.

As Ronald mentioned, FastData, which uses TurboGears widgets, is the
TG solution to this problem. It's new in 0.9 and not yet perfect.

Rather than taking a code generation approach, we decided to go the
"widgets" route and make reusable, "re-templatable" objects that you
can put onto your pages. The ultimate goal with FastData is that your
forms stay up to date as you update your database schema (which is
much harder to do with code generation).

Kevin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to