Configuration

Including other configuration

Application.include(obj)[source]

Include some other code.

If a callable is passed, that callable will be called with this app instance as its only argument.

If a module is passed, it must contain a function named include, which will be called as described above.

Loading configuration registered via decorators

Application.load_config(where)[source]

Load config registered via decorators.