mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
The zerver.models hack does not appear to be necessary now. Meanwhile, get_wsgi_application has its own django.setup call, which would overwrite the parts of our logging configuration pulled in by zerver.models. This fixes part of #15391; specifically, fixes it in production, but not in development, where ‘manage.py runserver’ calls its own django.setup and then imports various bits of our code before finding zproject.wsgi. Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| computed_settings.py | ||
| config.py | ||
| configured_settings.py | ||
| default_settings.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| terms.md.template | ||
| test_extra_settings.py | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||