Merge pull request #8159 from edx/sarina/enable-licensing-devstack

Fully enable licensing on devstack
This commit is contained in:
Sarina Canelake
2015-05-22 08:46:30 -04:00

View File

@@ -80,6 +80,12 @@ FEATURES['ENTRANCE_EXAMS'] = True
################################ COURSE LICENSES ################################
FEATURES['LICENSING'] = True
# Needed to enable licensing on video modules
XBLOCK_SETTINGS = {
"VideoDescriptor": {
"licensing_enabled": True
}
}
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True