fix: devstack_docker -> devstack
In the context of edx-platform django settings, devstack_docker is an alias to devstack. Both are deprecated, technically, but we currently want to remove all devstack-related settings files except devstack.py (which tutor still uses). So, in order to remove devstack_docker.py, we update its references to devstack.py
This commit is contained in:
committed by
Kyle McCormick
parent
a7eb261330
commit
7a77652cd6
@@ -19,7 +19,7 @@ class Command(BaseCommand):
|
||||
"""
|
||||
help = """This command back-populates domain of the site the user account was created on.
|
||||
Example: ./manage.py lms populate_created_on_site_user_attribute --users <user_id1>,<user_id2>...
|
||||
'--activation-keys <key1>,<key2>... --site-domain <site_domain> --settings=devstack_docker"""
|
||||
'--activation-keys <key1>,<key2>... --site-domain <site_domain> --settings=devstack"""
|
||||
|
||||
def add_arguments(self, parser):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user