mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 17:38:46 +00:00
Add openedx-development-settings
patch
This commit is contained in:
parent
54d9fe20e7
commit
072c3a1a15
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
- [Bugfix] Fix missing celery tasks in the CMS
|
||||||
|
|
||||||
## v3.11.10 (2020-04-14)
|
## v3.11.10 (2020-04-14)
|
||||||
|
@ -7,4 +7,5 @@ from cms.envs.devstack import *
|
|||||||
# Setup correct webpack configuration file for development
|
# Setup correct webpack configuration file for development
|
||||||
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
|
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
|
||||||
|
|
||||||
|
{{ patch("openedx-development-settings") }}
|
||||||
{{ patch("openedx-cms-development-settings") }}
|
{{ patch("openedx-cms-development-settings") }}
|
@ -9,4 +9,5 @@ OAUTH_OIDC_ISSUER = "{{ JWT_COMMON_ISSUER }}"
|
|||||||
# Setup correct webpack configuration file for development
|
# Setup correct webpack configuration file for development
|
||||||
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
|
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
|
||||||
|
|
||||||
|
{{ patch("openedx-development-settings") }}
|
||||||
{{ patch("openedx-lms-development-settings") }}
|
{{ patch("openedx-lms-development-settings") }}
|
||||||
|
Loading…
Reference in New Issue
Block a user