mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
settings: Extract computed settings to computed_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
826ca3bfdf
commit
5546762bd9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user