eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

DS-223-feat: use faster config for theming config at eox-tenant #26

Closed JuanDavidBuitrago closed 1 year ago

JuanDavidBuitrago commented 1 year ago

Description:

This PR adds EOX_THEMING_CONFIG_SOURCES key in plugin, to use faster config for theming config at eox-tenant.

How to test

  1. Clone the repo and change the branch.

 git clone git@github.com:eduNEXT/tutor-contrib-edunext-distro.git
 cd tutor-contrib-edunext-distro
 git chechout JDB/faster_config_for_theming
  1. In your environment, install the plugin.

    
    pip install -e PATH_TO_DISTRO_PLUGIN
  2. Check EOX_THEMING_CONFIG_SOURCES key. Go to env/apps/openedx/settings/<cms|lms> in production.py and development.py files.
  3. Check eox-themming version in \/eox-theming/eox-info, it has to be "3.1.0"