Implement a new configuration system for discussions plugins

Additional details available in the attached decisions document.

Co-authored-by: Kshitij Sobti <kshitij@sobti.in>
Co-authored-by: stvn <stvn@mit.edu>
This commit is contained in:
stvn
2020-06-09 20:56:40 +05:30
parent 7f59688f9b
commit 39acbf2f21
12 changed files with 333 additions and 0 deletions

View File

@@ -2558,6 +2558,7 @@ INSTALLED_APPS = [
# Discussion forums
'openedx.core.djangoapps.django_comment_common',
'openedx.core.djangoapps.discussions',
# Notes
'lms.djangoapps.edxnotes',