Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System settings tiles not consulted when running the development server #11700

Open
jacobtylerwalls opened this issue Dec 19, 2024 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@jacobtylerwalls
Copy link
Member

As discussed in #11660 and #11697, the documented inheritance order for settings configurable through the UI is that they trump everything, including python settings modules.

However, this only works correctly when running a WSGI application, not in dev, since wsgi.py calls update_from_db(), and nothing in the dev server does.

A first attempt at fixing this that didn't account for setup_db.

@jacobtylerwalls jacobtylerwalls added the Type: Bug Something isn't working label Dec 19, 2024
@chiatt chiatt added this to pipeline Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant