The horizon.management.commands.startpanel ModuleΒΆ

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

Bases: django.core.management.templates.TemplateCommand

Command.args = '[name] [dashboard name] [optional destination directory]'
Command.handle(panel_name=None, **options)[source]
Command.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.'
Command.option_list = (<Option at 0x3446248: -v/--verbosity>, <Option at 0x3446290: --settings>, <Option at 0x34462d8: --pythonpath>, <Option at 0x3446320: --traceback>, <Option at 0x5a6f680: --template>, <Option at 0x5a6f638: -e/--extension>, <Option at 0x5911a28: -n/--name>, <Option at 0x5190710: -d/--dashboard>, <Option at 0x5280638: --target>)
Command.template = '/builddir/build/BUILD/horizon-2013.2/horizon/conf/panel_template'

Previous topic

The horizon.management.commands Module

Next topic

The horizon.tables.views Module

This Page