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

Use modifiers for settings #18

Open
radiac opened this issue Sep 24, 2024 · 1 comment
Open

Use modifiers for settings #18

radiac opened this issue Sep 24, 2024 · 1 comment

Comments

@radiac
Copy link
Owner

radiac commented Sep 24, 2024

Currently we have a way to extend INSTALLED_APPS, but looks for a better way to extend all list and dict settings - perhaps something like INSTALLED_APPS__APPEND?

@gabriels1234
Copy link

gabriels1234 commented Sep 27, 2024

@radiac
Question: If I install pip install django-constance I could just send Django(INSTALLED_APPS=['constance'])? WOW!
Would you like a PR for INSTALLED_APPS__APPEND? This is already added with EXTRA_APPS (see:

INSTALLED_APPS = [
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants