Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
12ec1fff
Commit
12ec1fff
authored
Oct 07, 2016
by
Andy Armstrong
Committed by
GitHub
Oct 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13668 from edx/andya/remove-empty-reverification-app
Remove empty reverification Django app
parents
0f3a1461
96a572dd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
cms/envs/common.py
+1
-3
common/djangoapps/reverification/__init__.py
+0
-0
common/djangoapps/reverification/migrations/__init__.py
+0
-0
common/djangoapps/reverification/models.py
+0
-0
lms/envs/common.py
+1
-3
No files found.
cms/envs/common.py
View file @
12ec1fff
...
...
@@ -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
...
...
common/djangoapps/reverification/__init__.py
deleted
100644 → 0
View file @
0f3a1461
common/djangoapps/reverification/migrations/__init__.py
deleted
100644 → 0
View file @
0f3a1461
common/djangoapps/reverification/models.py
deleted
100644 → 0
View file @
0f3a1461
lms/envs/common.py
View file @
12ec1fff
...
...
@@ -2004,9 +2004,7 @@ INSTALLED_APPS = (
# RSS Proxy
'rss_proxy'
,
# Student Identity Reverification
'reverification'
,
# Country embargo support
'embargo'
,
# Monitoring functionality
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment