Commit 96a572dd by Andy Armstrong

Remove empty reverification Django app

parent dda92d13
...@@ -857,13 +857,11 @@ INSTALLED_APPS = ( ...@@ -857,13 +857,11 @@ INSTALLED_APPS = (
# Dark-launching languages # Dark-launching languages
'dark_lang', 'dark_lang',
# Student identity reverification
'reverification',
# User preferences # User preferences
'openedx.core.djangoapps.user_api', 'openedx.core.djangoapps.user_api',
'django_openid_auth', 'django_openid_auth',
# Country embargo support
'embargo', 'embargo',
# Monitoring signals # Monitoring signals
......
...@@ -2004,9 +2004,7 @@ INSTALLED_APPS = ( ...@@ -2004,9 +2004,7 @@ INSTALLED_APPS = (
# RSS Proxy # RSS Proxy
'rss_proxy', 'rss_proxy',
# Student Identity Reverification # Country embargo support
'reverification',
'embargo', 'embargo',
# Monitoring functionality # Monitoring functionality
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment