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 0xb531ca08: -v/--verbosity>, <Option at 0xb531ca58: --settings>, <Option at 0xb531ca80: --pythonpath>, <Option at 0xb531caa8: --traceback>, <Option at 0xb3bc6878: --template>, <Option at 0xb3bc6e90: -e/--extension>, <Option at 0xb3bc6c10: -n/--name>, <Option at 0xb3bc6a80: --target>)
template = '/builddir/build/BUILD/horizon-2014.1.5/horizon/conf/dash_template'

Previous topic

The horizon.management.commands Module

Next topic

The horizon.tables.actions Module

This Page