- Flask Framework Cookbook(Second Edition)
- Shalabh Aggarwal
- 35字
- 2021-06-24 13:57:56
Getting ready
In Flask, a configuration is done on an attribute named config of the Flask object. The config attribute is a subclass of a dictionary, and we can modify it just like any dictionary.