6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-11 09:35:06 +00:00

Add openedx-development-settings patch

This commit is contained in:
Régis Behmo 2020-04-15 23:50:56 +02:00
parent 54d9fe20e7
commit 072c3a1a15
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Improvement] Add `openedx-development-settings` patch to patch the LMS and the CMS simultaneously in development
- [Bugfix] Fix missing celery tasks in the CMS
## v3.11.10 (2020-04-14)

View File

@ -7,4 +7,5 @@ from cms.envs.devstack import *
# Setup correct webpack configuration file for development
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
{{ patch("openedx-development-settings") }}
{{ patch("openedx-cms-development-settings") }}

View File

@ -9,4 +9,5 @@ OAUTH_OIDC_ISSUER = "{{ JWT_COMMON_ISSUER }}"
# Setup correct webpack configuration file for development
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
{{ patch("openedx-development-settings") }}
{{ patch("openedx-lms-development-settings") }}