Merge pull request #18113 from edx/sofiya/ed-2802-2
EDUCATOR-2802 Different LMS api endpoint to finish GDPR retirement for the user
This commit is contained in:
@@ -966,6 +966,7 @@ INSTALLED_APPS = [
|
||||
# Standard apps
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.humanize',
|
||||
'django.contrib.redirects',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.sites',
|
||||
@@ -980,6 +981,9 @@ INSTALLED_APPS = [
|
||||
# Common views
|
||||
'openedx.core.djangoapps.common_views',
|
||||
|
||||
# API access administration
|
||||
'openedx.core.djangoapps.api_admin',
|
||||
|
||||
# History tables
|
||||
'simple_history',
|
||||
|
||||
@@ -1045,7 +1049,13 @@ INSTALLED_APPS = [
|
||||
# Dark-launching languages
|
||||
'openedx.core.djangoapps.dark_lang',
|
||||
|
||||
#
|
||||
# User preferences
|
||||
'wiki',
|
||||
'django_notify',
|
||||
'course_wiki', # Our customizations
|
||||
'mptt',
|
||||
'sekizai',
|
||||
'openedx.core.djangoapps.user_api',
|
||||
'django_openid_auth',
|
||||
|
||||
|
||||
@@ -317,9 +317,6 @@ SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
|
||||
INSTALLED_APPS.append('openedx.core.djangoapps.ccxcon.apps.CCXConnectorConfig')
|
||||
FEATURES['CUSTOM_COURSES_EDX'] = True
|
||||
|
||||
# API access management -- needed for simple-history to run.
|
||||
INSTALLED_APPS.append('openedx.core.djangoapps.api_admin')
|
||||
|
||||
########################## VIDEO IMAGE STORAGE ############################
|
||||
VIDEO_IMAGE_SETTINGS = dict(
|
||||
VIDEO_IMAGE_MAX_BYTES=2 * 1024 * 1024, # 2 MB
|
||||
|
||||
Reference in New Issue
Block a user