Skip to content

Commit

Permalink
Merge pull request openedx#444 from appsembler/bryan/hawthorn/define-…
Browse files Browse the repository at this point in the history
…appsembler-features-settings-for-common-env

Set empty defaults for Appsembler features in common envs
  • Loading branch information
bryanlandia authored Aug 21, 2019
2 parents c6f7aae + ab7862d commit 5ceb4d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,3 +1541,8 @@
# setting for the FileWrapper class used to iterate over the export file data.
# See: https://docs.python.org/2/library/wsgiref.html#wsgiref.util.FileWrapper
COURSE_EXPORT_DOWNLOAD_CHUNK_SIZE = 8192


############## Appsembler defaults for test env etc. ############################

APPSEMBLER_FEATURES = {}
6 changes: 6 additions & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3479,3 +3479,9 @@ def _make_locale_paths(settings):
from openedx.core.djangoapps.plugins import plugin_apps, plugin_settings, constants as plugin_constants
INSTALLED_APPS.extend(plugin_apps.get_apps(plugin_constants.ProjectType.LMS))
plugin_settings.add_plugins(__name__, plugin_constants.ProjectType.LMS, plugin_constants.SettingsType.COMMON)


############## Appsembler defaults for test env etc. ############################

APPSEMBLER_FEATURES = {}
CUSTOM_LOGOUT_REDIRECT_URL = None

0 comments on commit 5ceb4d3

Please sign in to comment.