Merge pull request #13668 from edx/andya/remove-empty-reverification-app
Remove empty reverification Django app
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2004,9 +2004,7 @@ INSTALLED_APPS = (
|
||||
# RSS Proxy
|
||||
'rss_proxy',
|
||||
|
||||
# Student Identity Reverification
|
||||
'reverification',
|
||||
|
||||
# Country embargo support
|
||||
'embargo',
|
||||
|
||||
# Monitoring functionality
|
||||
|
||||
Reference in New Issue
Block a user