c9fdecc8e8
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
5 lines
133 B
YAML
5 lines
133 B
YAML
---
|
|
features:
|
|
- Allow to override settings from local_settings.py with
|
|
file snippets dropped into local_settings.d/ directory.
|