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 0x3534680: -v/--verbosity>, <Option at 0x35346c8: --settings>, <Option at 0x3534710: --pythonpath>, <Option at 0x3534758: --traceback>, <Option at 0x53ecd88: --template>, <Option at 0x53ece60: -e/--extension>, <Option at 0x53ec3b0: -n/--name>, <Option at 0x5716050: -d/--dashboard>, <Option at 0x57166c8: --target>)
-
Command.template = '/builddir/build/BUILD/horizon-2014.1.b3/horizon/conf/panel_template'