Config
Racine Index /
App /
Config
Auto-generated documentation for app.config module.
Config
Show source in config.py:10
Attributes
ICON_THEME - can be one of "fontawesome", "bootstrap", "legacy": 'fontawesome'
Signature
Config.init_app
Show source in config.py:31
Signature
@staticmethod
def init_app(app): ...
DevelopmentConfig
Show source in config.py:50
Signature
class DevelopmentConfig(Config): ...
See also
ProductionConfig
Show source in config.py:58
Signature
class ProductionConfig(Config): ...
See also
StandaloneConfig
Show source in config.py:78
Signature
class StandaloneConfig(Config): ...
See also
TestingConfig
Show source in config.py:65
Signature
class TestingConfig(Config): ...
See also