deb-horizon/releasenotes/notes/bp-local-settings-override-mechanism-6c8632432cf1f44c.yaml
Thomas Bechtold c9fdecc8e8 Add local_settings.d/ dir for settings snippets
All files ending with '.py' in local_settings.d/ are evaluated
after reading the settings from local_settings.py . That means
changing the settings can be done without changing local_settings.py .

Change-Id: I0b25ef2c4dada23f8cb66aa5e8af44b3a1cba3b9
Implements: blueprint local-settings-override-mechanism
2016-02-19 11:04:38 +01:00

5 lines
133 B
YAML

---
features:
- Allow to override settings from local_settings.py with
file snippets dropped into local_settings.d/ directory.