horizon/doc/source/ref/horizon.rst

847 B

The horizon Module

horizon

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

import horizon

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

Horizon

urls

The auto-generated URLconf for Horizon. Usage:

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

register

unregister

get_absolute_url

get_user_home

get_dashboard

get_default_dashboard

get_dashboards

Dashboard

Dashboard

Panel

Panel

PanelGroup