appο
Mail List Shield Flask application factory and extensions.
This module provides the Flask application factory function and initializes Flask extensions used throughout the application.
Submodulesο
Attributesο
Functionsο
|
Application factory to create a Flask application instance |
Package Contentsο
- app.create_app(config_class='app.config.Config', test_config=False)[source]ο
Application factory to create a Flask application instance with the specified configuration.
- Parameters:
config_class β Reference to the configuration object to use.
test_config β If True, apply the test configuration.
- Returns:
The Flask application instance.
- Return type:
Flask