Commit 7cf2e0c9 by John Eskew

Remove python-social-auth monkey patch since using fork.

parent b30a94b8
......@@ -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,
......
......@@ -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
......
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