MCPcopy 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
19class DevelopmentConfig(BaseConfig):
20 DEBUG = True
21
22
23class ProductionConfig(BaseConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected