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

@@ -313,3 +313,7 @@ FEATURES['ENABLE_TEAMS'] = True
# Dummy secret key for dev/test
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
######### custom courses #########
INSTALLED_APPS += ('openedx.core.djangoapps.ccxcon',)
FEATURES['CUSTOM_COURSES_EDX'] = True