Commit df008438 by Jeremy Bowman

PLAT-1418 Remove obsolete can_import_settings attribute

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