Commit eed33752 by Sarina Canelake

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

Fully enable licensing on devstack
parents 09b00df7 7d96174f
...@@ -80,6 +80,12 @@ FEATURES['ENTRANCE_EXAMS'] = True ...@@ -80,6 +80,12 @@ FEATURES['ENTRANCE_EXAMS'] = True
################################ COURSE LICENSES ################################ ################################ COURSE LICENSES ################################
FEATURES['LICENSING'] = True FEATURES['LICENSING'] = True
# Needed to enable licensing on video modules
XBLOCK_SETTINGS = {
"VideoDescriptor": {
"licensing_enabled": True
}
}
################################ SEARCH INDEX ################################ ################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True FEATURES['ENABLE_COURSEWARE_INDEX'] = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment