Merge pull request #16286 from edx/jeskew/move_third_party_auth_startup_code

Move third_party_auth settings code to ready method.
This commit is contained in:
John Eskew
2017-10-20 11:45:37 -04:00
committed by GitHub
4 changed files with 31 additions and 15 deletions

View File

@@ -23,6 +23,9 @@ settings.INSTALLED_APPS # pylint: disable=pointless-statement
def run():
"""
Executed during django startup
NOTE: DO **NOT** add additional code to this method or this file! The Platform Team
is moving all startup code to more standard locations using Django best practices.
"""
django_db_models_options.patch()