zulip/zproject
Alex Vandiver a315579140 settings: Move LDAP configuration together, in the same order.
Match the order of the variables between `default_settings.py` and
`settings.py`, and move the defaults into `default_settings.py` so
the section does not require any uncommented lines in `settings.py` if
LDAP is not in use.
2021-02-11 17:23:46 -08:00
..
jinja2 python: Prefer kwargs form of dict.update. 2020-09-03 17:51:09 -07:00
__init__.py
backends.py backends: Remove unnecessary deepcopy. 2020-10-26 12:31:30 -07:00
computed_settings.py dev_settings: Allow setting the value of EMAIL_USE_TLS from dev-secrets. 2021-01-29 14:51:38 -08:00
config.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py settings: Move LDAP configuration together, in the same order. 2021-02-11 17:23:46 -08:00
dev_settings.py dev_settings: Remove email forwarding related settings. 2021-01-29 14:51:38 -08:00
dev_urls.py auth: Render config error page on configuration error. 2020-09-25 16:16:17 -07:00
email_backends.py email_log: Mark EmailLogBackEnd.log_email as a staticmethod. 2021-01-29 14:51:38 -08:00
legacy_urls.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
prod_settings_template.py settings: Move LDAP configuration together, in the same order. 2021-02-11 17:23:46 -08:00
sentry.py sentry: Add additional context (client, fallback realm) to Sentry tags. 2020-09-11 16:43:29 -07: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 docs: Fix more capitalization issues. 2020-10-23 11:46:55 -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 docs: Remove HipChat migration guide. 2020-12-23 15:43:13 +05:30
wsgi.py wsgi: Try to avoid extra django.setup calls. 2020-06-18 20:16:34 -07:00