Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ DevelopmentConfig
Class
DevelopmentConfig
Url Shortener/config.py:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
DevelopmentConfig(Config):
28
DEVELOPMENT = True
29
DEBUG = True
30
31
32
class
TestingConfig(Config):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected