Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73

This commit is contained in:
Armin Ronacher 2010-07-01 01:22:46 +02:00
parent e75322206d
commit d0357b44b0
2 changed files with 24 additions and 1 deletions

View file

@ -12,6 +12,15 @@ first. I recommend breaking up the application into multiple modules
(:ref:`larger-applications`) for that and adding a separate module for the
forms.
.. admonition:: Getting most of WTForms with an Extension
The `Flask-WTF`_ extension expands on this pattern and adds a few
handful little helpers that make working with forms and Flask more
fun. You can get it from `PyPI
<http://pypi.python.org/pypi/Flask-WTF>`_.
.. _Flask-WTF: http://packages.python.org/Flask-WTF/
The Forms
---------