Remove usage of default_app_label from ccxcon.

This commit is contained in:
John Eskew
2017-11-02 16:27:19 -04:00
parent c866b5261c
commit a2cc679b25
7 changed files with 6 additions and 8 deletions

View File

@@ -331,7 +331,7 @@ FEATURES['ENABLE_TEAMS'] = True
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
######### custom courses #########
INSTALLED_APPS.append('openedx.core.djangoapps.ccxcon')
INSTALLED_APPS.append('openedx.core.djangoapps.ccxcon.apps.CCXConnectorConfig')
FEATURES['CUSTOM_COURSES_EDX'] = True
# API access management -- needed for simple-history to run.