fix: reverting SSO History changes to unblock stage
This commit is contained in:
committed by
Ansab Gillani
parent
ae697b1f46
commit
8c7059c5bb
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user