Added CCXCon app

The CCXCon app is used to push course updated to the CCXCon
 externale service.
This commit is contained in:
Giovanni Di Milia
2015-12-01 11:55:47 -05:00
parent 2c9783c881
commit bb36ab013f
21 changed files with 635 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ class CourseMetadata(object):
# Do not show enable_ccx if feature is not enabled.
if not settings.FEATURES.get('CUSTOM_COURSES_EDX'):
filtered_list.append('enable_ccx')
filtered_list.append('ccx_connector')
return filtered_list