The horizon.management.commands.startdash ModuleΒΆ

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

Bases: django.core.management.templates.TemplateCommand

Command.handle(dash_name=None, **options)[source]
Command.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.'
Command.option_list = (<Option at 0x433d6c8: -v/--verbosity>, <Option at 0x433d710: --settings>, <Option at 0x433d758: --pythonpath>, <Option at 0x433d7a0: --traceback>, <Option at 0x785b9e0: --template>, <Option at 0x785bcf8: -e/--extension>, <Option at 0x785b638: -n/--name>, <Option at 0x785b0e0: --target>)
Command.template = '/home/jenkins/workspace/horizon-docs/horizon/conf/dash_template'

Previous topic

The horizon.management.commands.startpanel Module

Next topic

The horizon.management.commands Module

This Page