Check library compatibility with WTForms
mainWTForms is designed to be framework-agnostic and works with most common web libraries.
Supported Request/Form Inputs:
- Django
- Webob (including Pylons, Google App Engine, Turbogears)
- Werkzeug (including Flask, Tipfy)
- Any other
cgi.FieldStorage-type multidict
Supported Templating Engines:
- Jinja
- Mako
- Django Templates (use
WTForms-Djangofor full integration) - Genshi
Supported Database Objects:
- Most ORMs or object-DBs work as long as they allow attribute access to members. Special support is available via companion packages for
SQLAlchemy,Google App Engine, andDjango.