MICROBA-149 Create external user id tables (#23064)

* MICROBA-149 Create user id tables

* Move to openedx

* Rename app in doc

* Update PII tag

* Update doc
This commit is contained in:
Christie Rice
2020-02-11 08:17:28 -05:00
committed by GitHub
parent 36d06e949e
commit 1167ce74c8
7 changed files with 194 additions and 0 deletions

View File

@@ -2512,6 +2512,9 @@ INSTALLED_APPS = [
# signal handlers to capture course dates into edx-when
'openedx.core.djangoapps.course_date_signals',
# Management of external user ids
'openedx.core.djangoapps.external_user_ids',
]
######################### CSRF #########################################