diff --git a/cms/envs/common.py b/cms/envs/common.py index 33c9895fc4..872063cc6c 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -858,13 +858,11 @@ INSTALLED_APPS = ( # Dark-launching languages 'dark_lang', - # Student identity reverification - 'reverification', - # User preferences 'openedx.core.djangoapps.user_api', 'django_openid_auth', + # Country embargo support 'embargo', # Monitoring signals diff --git a/common/djangoapps/reverification/__init__.py b/common/djangoapps/reverification/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/common/djangoapps/reverification/migrations/__init__.py b/common/djangoapps/reverification/migrations/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/common/djangoapps/reverification/models.py b/common/djangoapps/reverification/models.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/lms/envs/common.py b/lms/envs/common.py index 2db516a970..bb9dc6ab16 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2004,9 +2004,7 @@ INSTALLED_APPS = ( # RSS Proxy 'rss_proxy', - # Student Identity Reverification - 'reverification', - + # Country embargo support 'embargo', # Monitoring functionality