Set OAUTH2_PROVIDER_APPLICATION_MODEL for tests so that migrations can run in verbose mode
This commit is contained in:
@@ -326,3 +326,7 @@ FEATURES['CUSTOM_COURSES_EDX'] = True
|
||||
|
||||
# API access management -- needed for simple-history to run.
|
||||
INSTALLED_APPS += ('openedx.core.djangoapps.api_admin',)
|
||||
|
||||
# Set the default Oauth2 Provider Model so that migrations can run in
|
||||
# verbose mode
|
||||
OAUTH2_PROVIDER_APPLICATION_MODEL = 'oauth2_provider.Application'
|
||||
|
||||
Reference in New Issue
Block a user