Get edx-platform working with external completion lib, add integration tests.

This commit is contained in:
Alex Dusenbery
2018-02-05 14:22:31 -05:00
committed by Alex Dusenbery
parent 88130b67bc
commit 7e51f02884
33 changed files with 105 additions and 832 deletions

View File

@@ -75,7 +75,9 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.self_paced',
'milestones',
'celery_utils',
'lms.djangoapps.completion.apps.CompletionAppConfig',
# Django 1.11 demands to have imported models supported by installed apps.
'completion',
)
LMS_ROOT_URL = 'http://localhost:8000'