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 0x7f4c4df61c20: -v/--verbosity>, <Option at 0x7f4c4df61d40: --settings>, <Option at 0x7f4c4df61d88: --pythonpath>, <Option at 0x7f4c4df61dd0: --traceback>, <Option at 0x7f4c4df61e60: --no-color>, <Option at 0x7f4c48e55a28: --template>, <Option at 0x7f4c48e3d290: -e/--extension>, <Option at 0x7f4c48e3d638: -n/--name>, <Option at 0x7f4c48ee85a8: -d/--dashboard>, <Option at 0x7f4c48ee8f80: --target>)
-
template
= '/build/horizon-00yQcc/horizon-8.0.0/horizon/conf/panel_template'
-