settings: Extract computed settings to computed_settings.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-07 18:58:37 -07:00
committed by Tim Abbott
parent 826ca3bfdf
commit 5546762bd9
4 changed files with 1136 additions and 1088 deletions

View File

@@ -17,3 +17,6 @@ else:
# sample prod_settings.py file, with a few exceptions.
from .prod_settings_template import * # isort: skip
from .dev_settings import * # isort: skip
# Do not add any code after these wildcard imports! Add it to
# computed_settings instead.