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
e0ece337
Commit
e0ece337
authored
Nov 30, 2017
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PLAT-1762 Remove obsolete mentoring XBlock
parent
989c3a30
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
cms/envs/common.py
+0
-1
lms/envs/common.py
+0
-1
requirements/edx/edx-private.txt
+0
-1
No files found.
cms/envs/common.py
View file @
e0ece337
...
...
@@ -1194,7 +1194,6 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
# The order of INSTALLED_APPS matters, so this tuple is the app name and the item in INSTALLED_APPS
# that this app should be inserted *before*. A None here means it should be appended to the list.
OPTIONAL_APPS
=
(
(
'mentoring'
,
None
),
(
'problem_builder'
,
'openedx.core.djangoapps.content.course_overviews.apps.CourseOverviewsConfig'
),
(
'edx_sga'
,
None
),
...
...
lms/envs/common.py
View file @
e0ece337
...
...
@@ -2878,7 +2878,6 @@ ALL_LANGUAGES = [
# The order of INSTALLED_APPS matters, so this tuple is the app name and the item in INSTALLED_APPS
# that this app should be inserted *before*. A None here means it should be appended to the list.
OPTIONAL_APPS
=
[
(
'mentoring'
,
None
),
(
'problem_builder'
,
'openedx.core.djangoapps.content.course_overviews.apps.CourseOverviewsConfig'
),
(
'edx_sga'
,
None
),
...
...
requirements/edx/edx-private.txt
View file @
e0ece337
...
...
@@ -7,7 +7,6 @@
# For Harvard courses:
-e git+https://github.com/gsehub/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring
git+https://github.com/open-craft/problem-builder.git@v2.7.7#egg=xblock-problem-builder==2.7.7
# Oppia XBlock
...
...
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