mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
In zliencer.management.commands.populate_db, we assign the value of settings.CACHES["default"] to `default_cache`. django-stubs infers `settings.CACHES` to be `Dict[str, object]`. We make the type specific enough so that we can access `default_cache` as a dict. Signed-off-by: Zixuan James Li <p359101898@gmail.com>