mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +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. |
||
|---|---|---|
| .. | ||
| commands | ||
| data | ||
| __init__.py | ||