Programs: added platform support package and configuration model.

ECOM-2657
This commit is contained in:
jsa
2015-10-24 22:24:07 -04:00
parent 4091bd1506
commit 1bb29289f2
9 changed files with 231 additions and 0 deletions

View File

@@ -790,6 +790,9 @@ INSTALLED_APPS = (
# edX Proctoring
'edx_proctoring',
# programs support
'openedx.core.djangoapps.programs',
)