8.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.

server

It provides functions to build the base form flask app.

Functions

get_form_name

get_static_context

get_template

send_static_file

Classes

FormMap