Flask Blueprints
Part of my Flask series.
Blueprints seem to be a way to compartmentalize an app into logical pieces. It seems to be a way of subdividing an app into sub-apps.
Each blueprint (subapp) can have
- a set of URLs that it handles.
- its own templates
- its own static files