Credit eligibility requirements display on student progress page

ECOM-1523
This commit is contained in:
Ahsan Ulhaq
2015-06-17 19:46:57 +05:00
parent 473c688655
commit 6fdff766bc
9 changed files with 84 additions and 76 deletions

View File

@@ -2021,6 +2021,10 @@ FEATURES['CLASS_DASHBOARD'] = False
if FEATURES.get('CLASS_DASHBOARD'):
INSTALLED_APPS += ('class_dashboard',)
################ Enable credit eligibility feature ####################
ENABLE_CREDIT_ELIGIBILITY = False
FEATURES['ENABLE_CREDIT_ELIGIBILITY'] = ENABLE_CREDIT_ELIGIBILITY
######################## CAS authentication ###########################
if FEATURES.get('AUTH_USE_CAS'):