zulip/zproject
Sumanth V Rao 7f6fe128f6 hotspots: Add TUTORIAL_ENABLED setting to toggle INTRO_HOTSPOTS.
We add a TUTORIAL_ENABLED setting for self-hosters who want to
disable the tutorial entirely on their system. For this, the
default value (True) is placed in default_settings.py, which
can be overwritten by adding an entry in /etc/zulip/settings.py.
2021-03-30 14:46:42 -07:00
..
jinja2 static: Make debug_mode for default_page_params follow the setting. 2021-03-26 09:41:12 -07:00
__init__.py
backends.py refactor: Make acting_user a mandatory kwarg for do_deactivate_user. 2021-03-29 15:51:45 -07:00
computed_settings.py computed_settings: Remove unused TUTORIAL_ENABLED setting. 2021-03-30 14:44:09 -07:00
config.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py hotspots: Add TUTORIAL_ENABLED setting to toggle INTRO_HOTSPOTS. 2021-03-30 14:46:42 -07:00
dev_settings.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
dev_urls.py urls: Add /flush_caches URL to remove all the server-side cache. 2021-03-25 12:58:36 -07:00
email_backends.py email: Set an envelope-from which may be different from the From: field. 2021-02-24 17:32:28 -08:00
legacy_urls.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
prod_settings_template.py hotspots: Add TUTORIAL_ENABLED setting to toggle INTRO_HOTSPOTS. 2021-03-30 14:46:42 -07:00
sentry.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
settings.py python: Add noqa comments for the specific star imports we allow. 2020-06-11 15:36:43 -07:00
terms.md.template docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
test_extra_settings.py computed_settings: Remove unused TUTORIAL_ENABLED setting. 2021-03-30 14:44:09 -07:00
test_settings.py test_settings: Use TEST_EXTERNAL_HOST to override ‘testserver’ default. 2020-12-17 13:07:59 -08:00
urls.py api: Support user_id in get_user_presence_endpoint. 2021-03-11 20:14:04 -08:00
wsgi.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00