Revert "PLAT-1858 Better capture of deprecation warnings"

This commit is contained in:
Jeremy Bowman
2017-12-18 21:18:02 -05:00
committed by GitHub
parent 5e2c3e4bf5
commit 1dbdee9c54
12 changed files with 30 additions and 58 deletions

View File

@@ -58,12 +58,10 @@ INSTALLED_APPS = (
'djcelery',
'openedx.core.djangoapps.video_config',
'openedx.core.djangoapps.video_pipeline',
'openedx.core.djangoapps.bookmarks.apps.BookmarksConfig',
'edxval',
'courseware',
'student',
'certificates.apps.CertificatesConfig',
'openedx.core.djangoapps.user_api',
'course_modes.apps.CourseModesConfig',
'lms.djangoapps.verify_student.apps.VerifyStudentConfig',
'openedx.core.djangoapps.dark_lang',
@@ -73,7 +71,6 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.self_paced',
'milestones',
'celery_utils',
'lms.djangoapps.completion.apps.CompletionAppConfig',
)
LMS_ROOT_URL = 'http://localhost:8000'