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

@@ -1964,6 +1964,9 @@ INSTALLED_APPS = (
'teams',
'xblock_django',
# programs support
'openedx.core.djangoapps.programs',
)
######################### CSRF #########################################