Merge pull request #13667 from edx/jeskew/move_monkey_patch
Move monkey_patch to openedx.core.djangoapps.
This commit is contained in:
@@ -10,7 +10,7 @@ settings.INSTALLED_APPS # pylint: disable=pointless-statement
|
||||
|
||||
from openedx.core.lib.django_startup import autostartup
|
||||
import django
|
||||
from monkey_patch import (
|
||||
from openedx.core.djangoapps.monkey_patch import (
|
||||
third_party_auth,
|
||||
django_db_models_options
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user