mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This automatically loads settings, zerver.models.* and zerver.lib.actions.* when you start `manage.py shell`, which should save a bit of time basically every time someone uses it. Fixes #275.