Bases: django.core.management.base.BaseCommand
-
args = ''
-
handle(*args, **options)[source]
-
help = 'Create /build/horizon-QmFifa/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-QmFifa/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 0x2b77f3401b00: -v/--verbosity>, <Option at 0x2b77f3401a70: --settings>, <Option at 0x2b77f34019e0: --pythonpath>, <Option at 0x2b77f3401950: --traceback>, <Option at 0x2b77ff612ef0: -a/--apache>, <Option at 0x2b77ff612e60: --cacert>, <Option at 0x2b77ff612cb0: -f/--force>, <Option at 0x2b77ff612998: -H/--hostname>, <Option at 0x2b77ff612c20: --logdir>, <Option at 0x2b77ff612878: -m/--mail>, <Option at 0x2b77ff612cf8: -n/--namedhost>, <Option at 0x2b77ff612560: -p/--project>, <Option at 0x2b77ff612170: -s/--ssl>, <Option at 0x2b77ff612290: --sslcert>, <Option at 0x2b77ff66bdd0: --sslkey>, <Option at 0x2b77ff66b2d8: --apache-version>, <Option at 0x2b77ff61ab48: -w/--wsgi>)