mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Apparently, Django's get_current_site function (used, e.g., in django-two-factor to look up the domain to use in QR codes) first tries to use the Sites framework, and if unavailable, does the right thing (namely, using request.get_host()). We don't use the Sites framework for anything in Zulip, so the correct fix is to just remove it. Fixes #11014. |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| slack_importer_test_settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||