开发者

Should I use wtforms with Pylons? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

Improve this question

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜