Enable ORGANIZATIONS_APP for devstack Studio (#24820)

It is already enabled in devstack LMS, stage LMS/Studio,
and prod LMS/Studio.

However, it is currently disabled in edge LMS/Studio,
and as far as I know, sandbox LMS/Studio as well as the
default Open edX LMS/Studio.

We would like to move towards enabling it globally by
default, and enabling it in devstack Studio would be
a first step towards that.
This commit is contained in:
Kyle McCormick
2020-08-20 12:19:39 -04:00
committed by GitHub
parent d75fbde9e7
commit 926a40def0
2 changed files with 3 additions and 1 deletions

View File

@@ -117,6 +117,8 @@ def should_show_debug_toolbar(request):
################################ MILESTONES ################################
FEATURES['MILESTONES_APP'] = True
########################### ORGANIZATIONS #################################
FEATURES['ORGANIZATIONS_APP'] = True
################################ ENTRANCE EXAMS ################################
FEATURES['ENTRANCE_EXAMS'] = True

View File

@@ -162,7 +162,7 @@ FEATURES['PREVENT_CONCURRENT_LOGINS'] = False
########################### Milestones #################################
FEATURES['MILESTONES_APP'] = True
########################### Milestones #################################
########################### Organizations #################################
FEATURES['ORGANIZATIONS_APP'] = True
########################### Entrance Exams #################################