App¶
-
class
keg.app.Keg(import_name=None, *args, **kwargs)[source]¶ -
cli_loader_class¶ alias of
keg.cli.CLILoader
-
config_class¶ alias of
keg.config.Config
-
logger¶ Standard logger for the app.
-
make_config(instance_relative=False)[source]¶ Needed for Flask <= 0.10.x so we can set the configuration class being used. Once 0.11 comes out, Flask supports setting the config_class on the app.
-