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:
Kyle McCormick
2025-06-13 14:45:03 -04:00
committed by Kyle McCormick
parent a7eb261330
commit 7a77652cd6
7 changed files with 14 additions and 23 deletions

View File

@@ -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):
"""