Merge pull request #16795 from edx/jmbowman/PLAT-1418
PLAT-1418 Remove obsolete can_import_settings attribute
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user