mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00: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.
2.4 KiB
2.4 KiB