Make app settings merging generic
Compare changes
Files
2+ 32
− 10
@@ -30,19 +30,41 @@ def get_app_packages() -> Sequence[str]:
Implementes a merge_app_settings() function that merges a named setting from all installed apps into the original setting in core.
Attention: For the sake of code deduplication, this change requires all apps to declare themselves in their INSTALLED_APPS setting!
Advances #141 (closed)