开发者

which Forms libaray to use with Flask and SQLAlchemy

I am working on a web app based on Flask and SQLAlchemy. Most of forms/models are related and therefore need to use a library that's flexible enough to handle multiple forms and allows easy o开发者_开发问答verriding [or creation] of default widgets.

Can someone recommend a good forms library (other than formalchemy). I really liked django forms but wondering if there's an alternative.


WTForms should suit your taste, with Flask and SQLAlchemy.


You can also use "deform" which currently powers repoze.BFG aka Pylons2.

It has some nice "magical" methods for creating collection of forms and adding more forms on the fly.

If you liked django then deform may be a good choice.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜