mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
settings: Extract settings.ZILENCER_ENABLED.
This commit is contained in:
@@ -313,6 +313,8 @@ INSTALLED_APPS = [
|
||||
'zerver',
|
||||
] + EXTRA_INSTALLED_APPS
|
||||
|
||||
ZILENCER_ENABLED = 'zilencer' in INSTALLED_APPS
|
||||
|
||||
# Base URL of the Tornado server
|
||||
# We set it to None when running backend tests or populate_db.
|
||||
# We override the port number when running frontend tests.
|
||||
|
||||
Reference in New Issue
Block a user