MCPcopy 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
18class ProductionConfig(Config):
19 DEBUG = False
20
21
22class StagingConfig(Config):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected