This example demonstrates how to extend the Report Wizard in the End-User Report Designer with a custom page that allows you to edit the report page settings. This page is displayed after selecting ...
HealthyFit/ ├── app.py # Main Flask application & all routes ├── config.py # Environment variable bindings ├── forms.py # WTForms form definitions ├── models.py # SQLAlchemy database models ├── ...