Bases: django.core.management.templates.TemplateCommand
-
args = '[name] [dashboard name] [optional destination directory]'
-
handle(panel_name=None, **options)[source]
-
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.'
-
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 0xf4a70dcc: -d/--dashboard>, <Option at 0xf49025ec: --target>)
-
template = '/builddir/build/BUILD/horizon-2014.1.3/horizon/conf/panel_template'