From 96a572dded6e7a6f62962271f31d4c708a8b6573 Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Thu, 6 Oct 2016 10:33:22 -0400 Subject: [PATCH] Remove empty reverification Django app --- cms/envs/common.py | 4 +--- common/djangoapps/reverification/__init__.py | 0 common/djangoapps/reverification/migrations/__init__.py | 0 common/djangoapps/reverification/models.py | 0 lms/envs/common.py | 4 +--- 5 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 common/djangoapps/reverification/__init__.py delete mode 100644 common/djangoapps/reverification/migrations/__init__.py delete mode 100644 common/djangoapps/reverification/models.py diff --git a/cms/envs/common.py b/cms/envs/common.py index 1c82fa4315..ac17368b69 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -857,13 +857,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 8d6c33da6c..2da36078e2 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