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

@@ -379,3 +379,7 @@ MICROSITE_DATABASE_TEMPLATE_CACHE_TTL = ENV_TOKENS.get(
# OpenID Connect issuer ID. Normally the URL of the authentication endpoint.
OAUTH_OIDC_ISSUER = ENV_TOKENS['OAUTH_OIDC_ISSUER']
######################## CUSTOM COURSES for EDX CONNECTOR ######################
if FEATURES.get('CUSTOM_COURSES_EDX'):
INSTALLED_APPS += ('openedx.core.djangoapps.ccxcon',)