sideshow.app
¶
Sideshow app provider
- class sideshow.app.SideshowAppProvider(config)[source]¶
The app provider for Sideshow.
This adds the
get_order_handler()
method to the app handler.- get_order_handler(**kwargs)[source]¶
Get the configured order handler for the app.
You can specify a custom handler in your config file like:
[sideshow] orders.handler_spec = poser.orders:PoserOrderHandler
- Returns:
Instance of
OrderHandler
.