- Flask Framework Cookbook(Second Edition)
- Shalabh Aggarwal
- 52字
- 2021-06-24 13:57:56
Handling basic configurations
When we configure a Flask application, we're able to do so as per the need. So, in this recipe, we will try to understand the different ways in which Flask can be configured, including how to load a configuration from environment variables, Python files, or even a config object.