forked from orbit-oss/flask
Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73
This commit is contained in:
parent
e75322206d
commit
d0357b44b0
2 changed files with 24 additions and 1 deletions
|
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue