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 0x7f38aaef2a28: -v/--verbosity>, <Option at 0x7f38aaef2b48: --settings>, <Option at 0x7f38aaef2b90: --pythonpath>, <Option at 0x7f38aaef2bd8: --traceback>, <Option at 0x7f38aaef2c68: --no-color>, <Option at 0x7f38a51e07e8: --template>, <Option at 0x7f38a51e0098: -e/--extension>, <Option at 0x7f38a51e0488: -n/--name>, <Option at 0x7f38a50df8c0: -d/--dashboard>, <Option at 0x7f38a50df1b8: --target>)
template = '/home/zigo/sources/openstack/liberty/horizon/build-area/horizon-8.0.0/horizon/conf/panel_template'