Add support for external user ids to the xblock user service.

This commit is contained in:
Dave St.Germain
2020-04-08 10:41:17 -04:00
parent 70600d79d7
commit fbc18460ca
11 changed files with 79 additions and 24 deletions

View File

@@ -87,6 +87,8 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.self_paced',
'openedx.core.djangoapps.schedules.apps.SchedulesConfig',
'openedx.core.djangoapps.theming.apps.ThemingConfig',
'openedx.core.djangoapps.external_user_ids',
'experiments',
'openedx.features.content_type_gating',
'openedx.features.course_duration_limits',