mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
b56ad453b3
commit
fdefc4275a
@@ -100,8 +100,6 @@ else:
|
|||||||
|
|
||||||
# This is overridden in test_settings.py for the test suites
|
# This is overridden in test_settings.py for the test suites
|
||||||
TEST_SUITE = False
|
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
|
# This is overridden in test_settings.py for the test suites
|
||||||
PUPPETEER_TESTS = False
|
PUPPETEER_TESTS = False
|
||||||
# This is overridden in test_settings.py for the test suites
|
# This is overridden in test_settings.py for the test suites
|
||||||
|
|||||||
@@ -93,9 +93,6 @@ RATE_LIMITING_AUTHENTICATE = False
|
|||||||
# real app.
|
# real app.
|
||||||
USING_RABBITMQ = False
|
USING_RABBITMQ = False
|
||||||
|
|
||||||
# Disable the tutorial because it confuses the client tests.
|
|
||||||
TUTORIAL_ENABLED = False
|
|
||||||
|
|
||||||
# Disable use of memcached for caching
|
# Disable use of memcached for caching
|
||||||
CACHES["database"] = {
|
CACHES["database"] = {
|
||||||
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||||
|
|||||||
Reference in New Issue
Block a user