zulip/zilencer
Tim Abbott 8691f1466a populate_db: Disable use of memcached when populating database.
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.
2017-02-26 21:08:47 -08:00
..
management populate_db: Disable use of memcached when populating database. 2017-02-26 21:08:47 -08:00
migrations Replace bytes by strings in zilencer/migrations. 2016-07-04 12:08:37 -07:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08:00
tests.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
urls.py errors: Move do_report_error into zerver/lib/. 2017-01-23 23:18:28 -08:00
views.py errors: Move do_report_error into zerver/lib/. 2017-01-23 23:18:28 -08:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.