horizon/doc/source/contributor/ref/horizon.rst
Akihiro Motoki e75a036cda doc: Move DevStack local.conf to "Topics" section
contributor/ref/ directory contains the module reference and
local.conf was the only exception. "Topics" section looks
more appropriate place to have a guide to configure DevStack
for horizon.

Change-Id: Ibfafe7c608753633e0b78765073afa2924602551
2019-09-27 18:53:03 +09:00

860 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

Panel Group

PanelGroup