From cc3a63415e4d8142db56a1224826efb646e65ebb Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Fri, 11 Aug 2017 20:03:51 +0500 Subject: [PATCH] Add `consent` application to installed apps. --- lms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index b149d01292..3ac4004330 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2822,6 +2822,7 @@ OPTIONAL_APPS = ( # Enterprise Apps (http://github.com/edx/edx-enterprise) ('enterprise', None), + ('consent', None), ('integrated_channels.integrated_channel', None), ('integrated_channels.sap_success_factors', None),