Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Revert "[FAL-23] Enable ORGANIZATIONS_APP feature flag by default."
Browse files Browse the repository at this point in the history
Enabling the organizations app means that users have to go to django
admin and create organizations before they can start creating new
courses in the Studio. We don't want users to have to fiddle with django
admin before being able to use the Studio.

This reverts commit 9bd5fe4.
  • Loading branch information
mtyaka committed Jan 14, 2021
1 parent c222920 commit ffa0988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instance/models/mixins/openedx_config.py
Expand Up @@ -256,7 +256,6 @@ def _get_configuration_variables(self):
"ENABLE_THIRD_PARTY_AUTH": True,
"ENABLE_XBLOCK_VIEW_ENDPOINT": True,
"ENABLE_SYSADMIN_DASHBOARD": True,
"ORGANIZATIONS_APP": True,
"PREVIEW_LMS_BASE": self.instance.lms_preview_domain,
"REQUIRE_COURSE_EMAIL_AUTH": False,
"USE_MICROSITES": False,
Expand Down

0 comments on commit ffa0988

Please sign in to comment.