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:
Anders Kaseorg 2021-03-04 10:23:59 -08:00 committed by Tim Abbott
parent b56ad453b3
commit fdefc4275a
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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",