Bases: django.core.management.templates.TemplateCommand
-
Command.args = '[name] [dashboard name] [optional destination directory]'
-
Command.handle(panel_name=None, **options)[source]
-
Command.help = 'Creates a Django app directory structure for a new panel 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 0xb5cb0ec: -d/--dashboard>, <Option at 0xb5cb90c: --target>)
-
Command.template = '/builddir/build/BUILD/horizon-2012.2.3/horizon/conf/panel_template'