Install openedx.features.discounts in Studio so that it can be imported by student

This commit is contained in:
Calen Pennington
2019-06-11 15:48:42 -04:00
parent f842717c49
commit 4152e16016

View File

@@ -1177,6 +1177,7 @@ INSTALLED_APPS = [
'openedx.features.course_duration_limits',
'openedx.features.content_type_gating',
'openedx.features.discounts',
'experiments',
]