read the comment service shared key from django config

This commit is contained in:
David Ormsbee
2012-08-23 08:02:19 -04:00
parent c52dd5faea
commit ec4858801e
3 changed files with 7 additions and 2 deletions

View File

@@ -92,6 +92,8 @@ SUBDOMAIN_BRANDING = {
'harvard': 'HarvardX',
}
COMMENTS_SERVICE_KEY = "PUT_YOUR_API_KEY_HERE"
################################ LMS Migration #################################
MITX_FEATURES['ENABLE_LMS_MIGRATION'] = True
MITX_FEATURES['ACCESS_REQUIRE_STAFF_FOR_COURSE'] = False # require that user be in the staff_* group to be able to enroll