app module

This module is the main script for this Flask web application. By running this script, the Flask web app starts running.

app.logger

The logger used to log information of module.

Type

logging.Logger

app.home()[source]

Returns the home page.

Returns

The home page html page.

Return type

str

app.init_db()[source]

Initializes the database before the first request.