The horizon Module

Horizon ships with a single point of contact for hooking into your project if you aren’t developing your own Dashboard or Panel:

import horizon

From there you can access all the key methods you need.

Horizon

horizon.urls

The auto-generated URLconf for Horizon. Usage:

url(r'', include(horizon.urls)),

Dashboard

Panel

Table Of Contents

Previous topic

The run_tests.sh Script

Next topic

Horizon Workflows

This Page