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 0x8e518ec: -v/--verbosity>, <Option at 0x8e5144c: --settings>, <Option at 0x8e51c4c: --pythonpath>, <Option at 0x8e513ec: --traceback>, <Option at 0xa3aaeec: --template>, <Option at 0xae76d4c: -e/--extension>, <Option at 0xb3081ac: -n/--name>, <Option at 0xab49b4c: -d/--dashboard>, <Option at 0xb30838c: --target>)
- template = '/usr/src/RPM/BUILD/python-module-django-horizon-2014.1.2/horizon/conf/panel_template'