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

PLAT-1418 Remove obsolete can_import_settings attribute
This commit is contained in:
Jeremy Bowman
2017-12-05 16:45:32 -05:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

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

View File

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