Commit 7cf2e0c9 by John Eskew

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

parent b30a94b8
...@@ -22,11 +22,7 @@ def run(): ...@@ -22,11 +22,7 @@ def run():
""" """
django.setup() django.setup()
from monkey_patch import ( from monkey_patch import django_db_models_options
third_party_auth,
django_db_models_options
)
third_party_auth.patch()
django_db_models_options.patch() django_db_models_options.patch()
# Comprehensive theming needs to be set up before django startup, # Comprehensive theming needs to be set up before django startup,
......
...@@ -28,11 +28,7 @@ def run(): ...@@ -28,11 +28,7 @@ def run():
""" """
django.setup() django.setup()
from monkey_patch import ( from monkey_patch import django_db_models_options
third_party_auth,
django_db_models_options
)
third_party_auth.patch()
django_db_models_options.patch() django_db_models_options.patch()
# To override the settings before executing the autostartup() for python-social-auth # 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