The horizon.management.commands.startdash
ModuleΒΆ
-
class
horizon.management.commands.startdash.
Command
[source] Bases:
django.core.management.templates.TemplateCommand
-
handle
(dash_name=None, **options)[source]
-
help
= 'Creates a Django app directory structure for a new dashboard with the given name in the current directory or optionally in the given directory.'
-
option_list
= (<Option at 0x2b7c64cbf3b0: -v/--verbosity>, <Option at 0x2b7c64cbf4d0: --settings>, <Option at 0x2b7c64cbf518: --pythonpath>, <Option at 0x2b7c64cbf560: --traceback>, <Option at 0x2b7c64cbf5f0: --no-color>, <Option at 0x2b7c695d9c68: --template>, <Option at 0x2b7c695d9ab8: -e/--extension>, <Option at 0x2b7c695d9950: -n/--name>, <Option at 0x2b7c6957ddd0: --target>)
-
template
= '/build/horizon-0Cvhna/horizon-8.0.1/horizon/conf/dash_template'
-