mirror of https://github.com/zulip/zulip.git
ee901ac8b1
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 |