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 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 0x2b4c4f481d88: --target>)
-
template
= '/build/horizon-YkU_AO/horizon-8.0.0/horizon/conf/dash_template'
-