refactor: Convert discussions to pluggable app
This minimizes our footprint outside of the djangoapp, now and moving forward. Not only can we drop the `lms/envs/common.py` change, but we can also avoid touching `lms/urls.py` when we add the API. Everything can stay contained within `openedx/core/djangoapps/discussions`.
This commit is contained in:
1
setup.py
1
setup.py
@@ -83,6 +83,7 @@ setup(
|
||||
"credentials = openedx.core.djangoapps.credentials.apps:CredentialsConfig",
|
||||
"content_libraries = openedx.core.djangoapps.content_libraries.apps:ContentLibrariesConfig",
|
||||
"discussion = lms.djangoapps.discussion.apps:DiscussionConfig",
|
||||
"discussions = openedx.core.djangoapps.discussions.apps:DiscussionsConfig",
|
||||
"grades = lms.djangoapps.grades.apps:GradesConfig",
|
||||
"plugins = openedx.core.djangoapps.plugins.apps:PluginsConfig",
|
||||
"theming = openedx.core.djangoapps.theming.apps:ThemingConfig",
|
||||
|
||||
Reference in New Issue
Block a user