mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
50210f1ab7
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Fix] CMS settings in development.
|
||||
|
||||
## v13.2.0 (2022-04-24)
|
||||
|
||||
- [Improvement] Add the `COMPOSE_PROJECT_STARTED` action and run `dev stop` on `local start` (and vice versa).
|
||||
|
@ -43,7 +43,7 @@ services:
|
||||
<<: *openedx-service
|
||||
command: ./manage.py cms runserver 0.0.0.0:8000
|
||||
environment:
|
||||
DJANGO_SETTINGS_MODULE: lms.envs.tutor.development
|
||||
DJANGO_SETTINGS_MODULE: cms.envs.tutor.development
|
||||
ports:
|
||||
- "8001:8000"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user