Merge pull request #10350 from edx/jsa/ecom-2657

Programs: added platform support package and configuration model.
This commit is contained in:
Jim Abramson
2015-10-27 09:10:23 -04:00
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',
)