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 0x2b15f53671b8: -v/--verbosity>, <Option at 0x2b15f53672d8: --settings>, <Option at 0x2b15f5367320: --pythonpath>, <Option at 0x2b15f5367368: --traceback>, <Option at 0x2b15f53673f8: --no-color>, <Option at 0x2b15f9c03cb0: --template>, <Option at 0x2b15f9c03b90: -e/--extension>, <Option at 0x2b15f9c03680: -n/--name>, <Option at 0x2b15f9c76bd8: -d/--dashboard>, <Option at 0x2b15f9c76a28: --target>)
-
template
= '/build/horizon-5lakuE/horizon-8.0.1/horizon/conf/panel_template'
-