Merge pull request #12965 from edx/renzo/catalog-config-model

Add ConfigurationModel governing integration with the catalog service.
This commit is contained in:
Renzo Lucioni
2016-07-12 13:34:11 -04:00
committed by GitHub
9 changed files with 113 additions and 0 deletions

View File

@@ -900,6 +900,9 @@ INSTALLED_APPS = (
# programs support
'openedx.core.djangoapps.programs',
# Catalog integration
'openedx.core.djangoapps.catalog',
# Self-paced course configuration
'openedx.core.djangoapps.self_paced',