The horizon.management.commands.startdash ModuleΒΆ

class horizon.management.commands.startdash.Command[source]

Bases: django.core.management.templates.TemplateCommand

handle(dash_name=None, **options)[source]
help = 'Creates a Django app directory structure for a new dashboard with the given name in the current directory or optionally in the given directory.'
option_list = (<Option at 0x2b77f3401b00: -v/--verbosity>, <Option at 0x2b77f3401a70: --settings>, <Option at 0x2b77f34019e0: --pythonpath>, <Option at 0x2b77f3401950: --traceback>, <Option at 0x2b77f6f60b00: --template>, <Option at 0x2b77f6f600e0: -e/--extension>, <Option at 0x2b77f6f604d0: -n/--name>, <Option at 0x2b77f6da3998: --target>)
template = '/build/horizon-QmFifa/horizon-2015.1.1/horizon/conf/dash_template'

Previous topic

The horizon.management.commands.startpanel Module

Next topic

The horizon.tables.views Module

This Page