e75a036cda
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
860 B
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