I am migrating my django project to pylons and am up to form validations. Is the builtin formencode module sufficient for form validation or is WTforms a "better" option? What would be the advatanges of using wtforms?
I chose sqlalchemy as the orm backend so something that plays nicely with that would be nice too.
WTForms is very similar to django forms. If you are migrating you should probably use it to speedup your migration.
I also recommend WTForms it's much easier to use than formencode and have builtin sqlalchemy extensions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With