Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
62f91dd7
Unverified
Commit
62f91dd7
authored
Dec 05, 2017
by
Jeremy Bowman
Committed by
GitHub
Dec 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16795 from edx/jmbowman/PLAT-1418
PLAT-1418 Remove obsolete can_import_settings attribute
parents
811f313c
df008438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
cms/djangoapps/contentstore/management/commands/reindex_course.py
+0
-1
cms/djangoapps/contentstore/management/commands/reindex_library.py
+0
-1
No files found.
cms/djangoapps/contentstore/management/commands/reindex_course.py
View file @
62f91dd7
...
...
@@ -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
):
...
...
cms/djangoapps/contentstore/management/commands/reindex_library.py
View file @
62f91dd7
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment