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.
The auto-generated URLconf for Horizon. Usage:
url(r'', include(horizon.urls)),