[MICROBA-437] Add api to determine demographics status based on user data

This commit is contained in:
Albert (AJ) St. Aubin
2020-07-09 15:06:21 -04:00
parent 887941f3ce
commit 77f3d9099b
16 changed files with 282 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.schedules.apps.SchedulesConfig',
'openedx.core.djangoapps.theming.apps.ThemingConfig',
'openedx.core.djangoapps.external_user_ids',
'openedx.core.djangoapps.demographics',
'experiments',
'openedx.features.content_type_gating',