You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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:
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?
The text was updated successfully, but these errors were encountered: