orangeqs.juice.dashboard.dashboard_handlers#
Module defining the URL handlers for OrangeQS Juice dashboard applications.
Module Contents#
Classes#
Main handler for the dashboard application. |
API#
- class orangeqs.juice.dashboard.dashboard_handlers.MainHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#
Bases:
tornado.web.RequestHandlerMain handler for the dashboard application.
This handler serves as the base for all dashboard pages and provides common functionality such as rendering templates and handling requests.
- initialize(template_variables: dict[str, Any], *args, **kwargs) None#
Initialize the main handler with template variables.