On Apr 19, 8:32 am, Martin Stein <[email protected]> wrote: > Thanks for the hint. I've already read about Marcus' way of using > Django forms (which is really nice), but his method means that you > have the complete Django project as a dependency. I think some people > might like a more light-weight approach. That's why I'm trying to > extract the forms part only.
What is the attraction for using django forms? While I don't particularly like the ToscaWidgets method, and I semi-like the formencode method, I've always wondered what the fascination with the django forms was. I didn't really find it to be better or worse, just different. Single action per form was one nice feature, but, you get that with formencode. While my current project is using ToscaWidgets because I migrated from TurboGears to Pylons, I'm not 100% sure I wouldn't use formencode for the next one. But, maybe I've missed something. -- 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.
