Unverified Commit 62f91dd7 by Jeremy Bowman Committed by GitHub

Merge pull request #16795 from edx/jmbowman/PLAT-1418

PLAT-1418 Remove obsolete can_import_settings attribute
parents 811f313c df008438
......@@ -26,7 +26,6 @@ class Command(BaseCommand):
./manage.py reindex_course --setup - reindexes all courses for devstack setup
"""
help = dedent(__doc__)
can_import_settings = True
CONFIRMATION_PROMPT = u"Re-indexing all courses might be a time consuming operation. Do you want to continue?"
def add_arguments(self, parser):
......
......@@ -22,7 +22,6 @@ class Command(BaseCommand):
./manage.py reindex_library --all - reindexes all available libraries
"""
help = dedent(__doc__)
can_import_settings = True
CONFIRMATION_PROMPT = u"Reindexing all libraries might be a time consuming operation. Do you want to continue?"
def add_arguments(self, parser):
......
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