Draft
Conversation
Contributor
feanil
commented
Oct 7, 2025
- feat: Add a new development settings file.
- feat: Add enough settings to get the home page to load.
- fix: Load plugins using the devstack settings.
- build: Add settings needed to get static assets working.
- build: Add some JWT tokens so login works.
- build: Add more auth settings for development.
- build: Update and add MFE URLs
12 tasks
58c62d8 to
1afe2e2
Compare
1705ed8 to
d0db94c
Compare
d0db94c to
94dacd3
Compare
Base it directly off of common and try to keep it as small as possible.
Ideally the name of this setting would be "DEVELOPMENT" and not tied to the devstack but since that's an interface change, we use the devstack settings which should be what is setup for development.
We need these settings so that the static assets pipeline can run in development mode and we don't have to run `collectstatic` locally during runserver to get static assets working.
Add enough auth settings to allow CORS and cookie sharing with MFEs that are running on subdomains.
Add MFE urls that match where MFEs run when you call `npm run dev` in the MFE repos.
The two settings were previously hardcoded in the lms and openedx common.py making it hard to make reasonable defaults using the ENV_ROOT setting.
94dacd3 to
7ec8b88
Compare
7ec8b88 to
473efe7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.