mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Fixes an import cycle that breaks mypy inference with django-stubs: zproject.settings → zproject.configured_settings → zproject.default_settings → zerver.models.users → django.conf → zproject.settings (The Django settings system is really not an appropriate place to put functions.) Signed-off-by: Anders Kaseorg <anders@zulip.com>