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 0xb531ca08: -v/--verbosity>, <Option at 0xb531ca58: --settings>, <Option at 0xb531ca80: --pythonpath>, <Option at 0xb531caa8: --traceback>, <Option at 0xb3bc6878: --template>, <Option at 0xb3bc6e90: -e/--extension>, <Option at 0xb3bc6c10: -n/--name>, <Option at 0xb3d35260: -d/--dashboard>, <Option at 0xb4072198: --target>)
template = '/builddir/build/BUILD/horizon-2014.1.5/horizon/conf/panel_template'

Previous topic

The horizon.management Module

Next topic

The horizon.management.commands Module

This Page