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
7cf2e0c9
Commit
7cf2e0c9
authored
Jun 17, 2016
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove python-social-auth monkey patch since using fork.
parent
b30a94b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
cms/startup.py
+1
-5
lms/startup.py
+1
-5
No files found.
cms/startup.py
View file @
7cf2e0c9
...
...
@@ -22,11 +22,7 @@ def run():
"""
django
.
setup
()
from
monkey_patch
import
(
third_party_auth
,
django_db_models_options
)
third_party_auth
.
patch
()
from
monkey_patch
import
django_db_models_options
django_db_models_options
.
patch
()
# Comprehensive theming needs to be set up before django startup,
...
...
lms/startup.py
View file @
7cf2e0c9
...
...
@@ -28,11 +28,7 @@ def run():
"""
django
.
setup
()
from
monkey_patch
import
(
third_party_auth
,
django_db_models_options
)
third_party_auth
.
patch
()
from
monkey_patch
import
django_db_models_options
django_db_models_options
.
patch
()
# To override the settings before executing the autostartup() for python-social-auth
...
...
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