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 0x5a0b7e8: -d/--dashboard>, <Option at 0x5a0b518: --target>)
-
Command.template = '/builddir/build/BUILD/horizon-2015.1.0/horizon/conf/panel_template'