mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This fixes an issue where one would get errors of the form: `ValueError: unsupported pickle protocol: 3` in a `run-dev.py` server run against Python 2 if you ran `provision`. Provision currently runs `populate_db` with Python 3, storing Python 3 based data in memcached, which then can't be read by Python 2.
ZILENCER -- The Zulip License Manager
This app is the place for storing state about various deployments of Zulip that exist in the world.