fix: reverting SSO History changes to unblock stage

This commit is contained in:
ansabgillani
2022-04-27 20:17:11 +05:00
committed by Ansab Gillani
parent ae697b1f46
commit 8c7059c5bb
7 changed files with 16 additions and 76 deletions

View File

@@ -1673,7 +1673,6 @@ INSTALLED_APPS = [
# These are apps that aren't strictly needed by Studio, but are imported by
# other apps that are. Django 1.8 wants to have imported models supported
# by installed apps.
'common.djangoapps.third_party_auth',
'openedx.core.djangoapps.oauth_dispatch.apps.OAuthDispatchAppConfig',
'lms.djangoapps.courseware',
'lms.djangoapps.coursewarehistoryextended',

View File

@@ -295,6 +295,7 @@ SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
######### custom courses #########
INSTALLED_APPS += [
'openedx.core.djangoapps.ccxcon.apps.CCXConnectorConfig',
'common.djangoapps.third_party_auth.apps.ThirdPartyAuthConfig',
]
FEATURES['CUSTOM_COURSES_EDX'] = True