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 0xc7177cc: -v/--verbosity>, <Option at 0xc73cfac: --settings>, <Option at 0xc72804c: --pythonpath>, <Option at 0xc72808c: --traceback>, <Option at 0xc94e28c: --template>, <Option at 0xc94e26c: -e/--extension>, <Option at 0xc94eb6c: -n/--name>, <Option at 0xc62cd6c: -d/--dashboard>, <Option at 0xc618dac: --target>)
Command.template = '/usr/src/RPM/BUILD/python-module-django-horizon-2012.2.3/horizon/conf/panel_template'

Previous topic

The horizon.management Module

Next topic

The horizon.management.commands Module

This Page