Вопрос

Since Pyramid does not have any form dependencies, I need recommendations for form handling. This covers form generation, validation, etc. I only know wtforms, but I dont mind to use some other thing more advanced.

Это было полезно?

Решение

I'd recommend deform. Beyond supporting form generation and validation it has great documentation, a running demo app and it supports localization and ajax. I don't believe formalchemy directly support ajax.

Другие советы

Go to the pseudo-standard form validator for pyramid:

Simple Form validator and rendering library

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top