mirror of https://github.com/zulip/zulip.git
computed_settings: Remove unused TUTORIAL_ENABLED setting.
It’s unused as of commit 88bec16452
(#6621).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b56ad453b3
commit
fdefc4275a
|
@ -100,8 +100,6 @@ else:
|
|||
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
TEST_SUITE = False
|
||||
# The new user tutorial is enabled by default, but disabled for client tests.
|
||||
TUTORIAL_ENABLED = True
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
PUPPETEER_TESTS = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
|
|
|
@ -93,9 +93,6 @@ RATE_LIMITING_AUTHENTICATE = False
|
|||
# real app.
|
||||
USING_RABBITMQ = False
|
||||
|
||||
# Disable the tutorial because it confuses the client tests.
|
||||
TUTORIAL_ENABLED = False
|
||||
|
||||
# Disable use of memcached for caching
|
||||
CACHES["database"] = {
|
||||
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||
|
|
Loading…
Reference in New Issue