Changes to fix various Django 1.11 errors

This commit is contained in:
bmedx
2017-12-11 10:34:00 -05:00
parent 831eae6255
commit 0f0b8048b4
2 changed files with 4 additions and 0 deletions

View File

@@ -1125,6 +1125,9 @@ INSTALLED_APPS = [
# DRF filters
'django_filters',
'cms.djangoapps.api',
# Entitlements, used in openedx tests
'entitlements',
]

View File

@@ -23,6 +23,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'openedx.core.djangoapps.video_config',
'openedx.core.djangoapps.video_pipeline',
'edxval',
)