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 0x2fe7710: -v/--verbosity>, <Option at 0x2fe7368: --settings>, <Option at 0x2fe74d0: --pythonpath>, <Option at 0x2fe6f80: --traceback>, <Option at 0x6bba878: --template>, <Option at 0x6bbadd0: -e/--extension>, <Option at 0x6bba680: -n/--name>, <Option at 0x6f5d638: --target>)
template = '/home/abuild/rpmbuild/BUILD/horizon-2014.2/horizon/conf/dash_template'

Previous topic

The horizon.management Module

Next topic

The horizon.management.commands Module

This Page