The horizon.management.commands.startpanel ModuleΒΆ

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

Bases: django.core.management.templates.TemplateCommand

args = '[name] [dashboard name] [optional destination directory]'
handle(panel_name=None, **options)[source]
help = 'Creates a Django app directory structure for a new panel with the given name in the current directory or optionally in the given directory.'
option_list = (<Option at 0x2b2dd09a1b48: -v/--verbosity>, <Option at 0x2b2dd09a1ab8: --settings>, <Option at 0x2b2dd09a1a28: --pythonpath>, <Option at 0x2b2dd09a1998: --traceback>, <Option at 0x2b2dd40a5a70: --template>, <Option at 0x2b2dd40a5128: -e/--extension>, <Option at 0x2b2dd40a5e18: -n/--name>, <Option at 0x2b2dd3e7aef0: -d/--dashboard>, <Option at 0x2b2dd3e7af80: --target>)
template = '/build/horizon-s9ngNM/horizon-2015.1.1/horizon/conf/panel_template'

Previous topic

The horizon.management.commands Module

Next topic

The horizon.management.commands.startdash Module

This Page