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 0x2b4c4ac4c050: -v/--verbosity>, <Option at 0x2b4c4ac4c170: --settings>, <Option at 0x2b4c4ac4c1b8: --pythonpath>, <Option at 0x2b4c4ac4c200: --traceback>, <Option at 0x2b4c4ac4c290: --no-color>, <Option at 0x2b4c4f5984d0: --template>, <Option at 0x2b4c4f5983f8: -e/--extension>, <Option at 0x2b4c4f5989e0: -n/--name>, <Option at 0x2b4c4f5427a0: -d/--dashboard>, <Option at 0x2b4c4f510248: --target>)
-
template
= '/build/horizon-YkU_AO/horizon-8.0.0/horizon/conf/panel_template'
-