> Though personally, I'm not that much interested in automatic form generation > from SQLAlchemy models. I'd like to generate my forms "by hand". Just being > able to say: I need a text field to enter user's name and another for email > (with appropriate validators I'll supply). And I'd process validated form > data on my own. > > Is it something DBSprockets supports or plans to support in the future?
I think gasolin has been working on a TGCrud, which is adds a paster command that is intended to work like rails scaffolding, which is what I think you are describing, I think both aproaches have their place, and Django people will be very familiar with one approach, rails users the other, so it will be nice to be able to support both, and if we can innovate a bit on both sides, and make them work together so much the better. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
