Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ ProductionConfig
Class
ProductionConfig
Url Shortener/config.py:18–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
class
ProductionConfig(Config):
19
DEBUG = False
20
21
22
class
StagingConfig(Config):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected