Commit 1bcafd32 by Calen Pennington

Make the service-variant flag on manage.py longform only

parent 6923687c
...@@ -34,7 +34,7 @@ def parse_args(): ...@@ -34,7 +34,7 @@ def parse_args():
help="Which django settings module to use from inside of lms.envs. If not provided, the DJANGO_SETTINGS_MODULE " help="Which django settings module to use from inside of lms.envs. If not provided, the DJANGO_SETTINGS_MODULE "
"environment variable will be used if it is set, otherwise will default to lms.envs.dev") "environment variable will be used if it is set, otherwise will default to lms.envs.dev")
lms.add_argument( lms.add_argument(
'-s', '--service-variant', '--service-variant',
choices=['lms', 'lms-xml', 'lms-preview'], choices=['lms', 'lms-xml', 'lms-preview'],
default='lms', default='lms',
help='Which service variant to run, when using the aws environment') help='Which service variant to run, when using the aws environment')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment