Bases: django.core.management.base.BaseCommand
-
args = ''
-
handle(*args, **options)[source]
-
help = 'Create /build/horizon-zhcnHz/horizon-2015.1.1/openstack_dashboard/wsgi/horizon.wsgi\nor the contents of an apache openstack_dashboard.conf file (on stdout).\nThe apache configuration is generated on stdout because the place of this\nfile is distribution dependent.\n\nexamples::\n\n manage.py make_web_conf --wsgi # creates /build/horizon-zhcnHz/horizon-2015.1.1/openstack_dashboard/wsgi/horizon.wsgi\n manage.py make_web_conf --apache # creates an apache vhost conf file (on stdout).\n manage.py make_web_conf --apache --ssl --mail=webmaster@openstack.org --project=openstack_dashboard --hostname=openstack_dashboard\n\nTo create an acpache configuration file, redirect the output towards the\nlocation you desire, e.g.::\n\n manage.py make_web_conf --apache > /etc/httpd/conf.d/openstack_dashboard.conf\n\n '
-
option_list = (<Option at 0x2aba0dc3ab00: -v/--verbosity>, <Option at 0x2aba0dc3aa70: --settings>, <Option at 0x2aba0dc3a9e0: --pythonpath>, <Option at 0x2aba0dc3a950: --traceback>, <Option at 0x2aba19e756c8: -a/--apache>, <Option at 0x2aba19e75d40: --cacert>, <Option at 0x2aba19e75680: -f/--force>, <Option at 0x2aba19e75290: -H/--hostname>, <Option at 0x2aba19e757a0: --logdir>, <Option at 0x2aba19e75e18: -m/--mail>, <Option at 0x2aba19e75e60: -n/--namedhost>, <Option at 0x2aba19e75710: -p/--project>, <Option at 0x2aba19e75ab8: -s/--ssl>, <Option at 0x2aba19e75ef0: --sslcert>, <Option at 0x2aba19e75830: --sslkey>, <Option at 0x2aba19e753b0: --apache-version>, <Option at 0x2aba19e77c68: -w/--wsgi>)