The horizon.management.commands.startdash Module

class horizon.management.commands.startdash.Command[source]

Bases: django.core.management.templates.TemplateCommand

Command.handle(dash_name=None, **options)[source]
Command.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.'
Command.option_list = (<Option at 0xa78f58c: -v/--verbosity>, <Option at 0xa78f5ac: --settings>, <Option at 0xa78f62c: --pythonpath>, <Option at 0xa78f66c: --traceback>, <Option at 0xb75344c: --template>, <Option at 0xb75324c: -e/--extension>, <Option at 0xb75380c: -n/--name>, <Option at 0xb753f2c: --target>)
Command.template = '/builddir/build/BUILD/horizon-2012.2.3/horizon/conf/dash_template'

Previous topic

The horizon.management.commands Module

Next topic

Horizon 2012.1 “Essex”

This Page