Changes to fix various Django 1.11 errors
This commit is contained in:
@@ -1125,6 +1125,9 @@ INSTALLED_APPS = [
|
||||
# DRF filters
|
||||
'django_filters',
|
||||
'cms.djangoapps.api',
|
||||
|
||||
# Entitlements, used in openedx tests
|
||||
'entitlements',
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ INSTALLED_APPS = (
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'openedx.core.djangoapps.video_config',
|
||||
'openedx.core.djangoapps.video_pipeline',
|
||||
'edxval',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user