Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/realpython/discover-flask
/ DevelopmentConfig
Class
DevelopmentConfig
config.py:19–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
19
class
DevelopmentConfig(BaseConfig):
20
DEBUG = True
21
22
23
class
ProductionConfig(BaseConfig):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected