Get edx-platform working with external completion lib, add integration tests.
This commit is contained in:
committed by
Alex Dusenbery
parent
88130b67bc
commit
7e51f02884
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user