Unverified Commit fd8f7948 by Brian Mesick Committed by GitHub

Revert "Changes to fix various Django 1.11 errors"

parent c1d02529
...@@ -1135,9 +1135,6 @@ INSTALLED_APPS = [ ...@@ -1135,9 +1135,6 @@ INSTALLED_APPS = [
# DRF filters # DRF filters
'django_filters', 'django_filters',
'cms.djangoapps.api', 'cms.djangoapps.api',
# Entitlements, used in openedx tests
'entitlements',
] ]
......
...@@ -23,7 +23,6 @@ INSTALLED_APPS = ( ...@@ -23,7 +23,6 @@ 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