Commit 0f0b8048 by bmedx

Changes to fix various Django 1.11 errors

parent 831eae62
...@@ -1125,6 +1125,9 @@ INSTALLED_APPS = [ ...@@ -1125,6 +1125,9 @@ INSTALLED_APPS = [
# DRF filters # DRF filters
'django_filters', 'django_filters',
'cms.djangoapps.api', 'cms.djangoapps.api',
# Entitlements, used in openedx tests
'entitlements',
] ]
......
...@@ -23,6 +23,7 @@ INSTALLED_APPS = ( ...@@ -23,6 +23,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'django.contrib.sessions', 'django.contrib.sessions',
'openedx.core.djangoapps.video_config', 'openedx.core.djangoapps.video_config',
'openedx.core.djangoapps.video_pipeline',
'edxval', 'edxval',
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment