Refactor out a new discussions Django app
This commit is contained in:
committed by
Brian Jacobel
parent
c4e5b2019d
commit
89f93df46e
4
setup.py
4
setup.py
@@ -6,7 +6,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="Open edX",
|
||||
version="0.5",
|
||||
version="0.6",
|
||||
install_requires=["setuptools"],
|
||||
requires=[],
|
||||
# NOTE: These are not the names we should be installing. This tree should
|
||||
@@ -23,7 +23,7 @@ setup(
|
||||
"ccx = lms.djangoapps.ccx.plugins:CcxCourseTab",
|
||||
"courseware = lms.djangoapps.courseware.tabs:CoursewareTab",
|
||||
"course_info = lms.djangoapps.courseware.tabs:CourseInfoTab",
|
||||
"discussion = lms.djangoapps.django_comment_client.forum.views:DiscussionTab",
|
||||
"discussion = lms.djangoapps.discussion.plugins:DiscussionTab",
|
||||
"edxnotes = lms.djangoapps.edxnotes.plugins:EdxNotesTab",
|
||||
"external_discussion = lms.djangoapps.courseware.tabs:ExternalDiscussionCourseTab",
|
||||
"external_link = lms.djangoapps.courseware.tabs:ExternalLinkCourseTab",
|
||||
|
||||
Reference in New Issue
Block a user