From 4152e1601641464038272d8bbc189882c94bed30 Mon Sep 17 00:00:00 2001
From: Calen Pennington <cale@edx.org>
Date: Tue, 11 Jun 2019 15:48:42 -0400
Subject: [PATCH] Install openedx.features.discounts in Studio so that it can
 be imported by student

---
 cms/envs/common.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cms/envs/common.py b/cms/envs/common.py
index 33be61f1af4..e44b5f34338 100644
--- a/cms/envs/common.py
+++ b/cms/envs/common.py
@@ -1177,6 +1177,7 @@ INSTALLED_APPS = [
 
     'openedx.features.course_duration_limits',
     'openedx.features.content_type_gating',
+    'openedx.features.discounts',
     'experiments',
 
 ]
-- 
GitLab