Commit 0f0b8048 by bmedx

Changes to fix various Django 1.11 errors

parent 831eae62
......@@ -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',
)
......
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