Available blueprints
Available blueprints#
The views of the application are structured in several blueprints.
Blueprints can be enabled or disabled via the configuration variable ACTIVE_BLUEPRINTS
.
Example:
ACTIVE_BLUEPRINTS = ["stats_bp", "admin_bp"]
The blueprint dedicated to the API can not be disabled.