7.2.10. formΒΆ

It provides functions to build a form flask app from a dispatcher.

Sub-Modules:

cli

Define the command line interface for web forms.

config

It provides the default Flask App config file.

gapp

It provides the gunicorn BaseApplication to run the server in production.

json_secrets

It provides functions to dump and load secrets from flask session when dealing with JSON.

mail

It provides functions to send mails with Flask.

server

It provides functions to build the base form flask app.

Classes

FormMap