Skip to content

Commit

Permalink
fix: cms settings in development
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 25, 2022
1 parent 5eec11f commit 75ed5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion tutor/templates/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 75ed5b4

Please sign in to comment.