Unverified Commit e4648bff by Brian Mesick Committed by GitHub

Merge pull request #16860 from edx/bmedx/django111_fix_cms_errors

Changes to fix various Django 1.11 errors
parents dd4d13af 0f0b8048
......@@ -1135,6 +1135,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