feat: add discussions context to course blocks API (#29300)

Add a new course blocks transformer that adds discussion context for units.
This commit is contained in:
Kshitij Sobti
2021-12-07 06:10:48 +00:00
committed by GitHub
parent 51fe9b9da4
commit 9f4bc9900b
12 changed files with 196 additions and 14 deletions

View File

@@ -138,6 +138,7 @@ LMS_ROOT_URL = f"http://{LMS_BASE}"
FEATURES['PREVIEW_LMS_BASE'] = "preview.localhost"
COURSE_AUTHORING_MICROFRONTEND_URL = "http://course-authoring-mfe"
DISCUSSIONS_MICROFRONTEND_URL = "http://discussions-mfe"
CACHES = {
# This is the cache used for most things. Askbot will not work without a