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 0x2b665a97eb00: -v/--verbosity>, <Option at 0x2b665a97ea70: --settings>, <Option at 0x2b665a97e9e0: --pythonpath>, <Option at 0x2b665a97e950: --traceback>, <Option at 0x2b665e45fea8: --template>, <Option at 0x2b665e45f5f0: -e/--extension>, <Option at 0x2b665e47f680: -n/--name>, <Option at 0x2b665e483638: --target>)
template = '/build/horizon-9Bkric/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