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 0x2fe7710: -v/--verbosity>, <Option at 0x2fe7368: --settings>, <Option at 0x2fe74d0: --pythonpath>, <Option at 0x2fe6f80: --traceback>, <Option at 0x6bba878: --template>, <Option at 0x6bbadd0: -e/--extension>, <Option at 0x6bba680: -n/--name>, <Option at 0x6f239e0: -d/--dashboard>, <Option at 0x6f23518: --target>)
template = '/home/abuild/rpmbuild/BUILD/horizon-2014.2/horizon/conf/panel_template'

Previous topic

The horizon.management.commands Module

Next topic

The horizon.forms.base Module

This Page