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 0xf5c2bfac: -v/--verbosity>, <Option at 0xf5c2bfcc: --settings>, <Option at 0xf5bb006c: --pythonpath>, <Option at 0xf5bb008c: --traceback>, <Option at 0xf46641ec: --template>, <Option at 0xf46647cc: -e/--extension>, <Option at 0xf466438c: -n/--name>, <Option at 0xf467c2ac: --target>)
template = '/builddir/build/BUILD/horizon-2014.1.3/horizon/conf/dash_template'

Previous topic

The horizon.management Module

Next topic

The horizon.management.commands Module

This Page