mirror of https://github.com/zulip/zulip.git
4153b5c517
As explained in the comments in the code, just doing UUID(string) and catching ValueError is not enough, because the uuid library sometimes tries to modify the string to convert it into a valid UUID: >>> a = '18cedb98-5222-5f34-50a9-fc418e1ba972' >>> uuid.UUID(a, version=4) UUID('18cedb98-5222-4f34-90a9-fc418e1ba972') |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
README.md | ||
__init__.py | ||
models.py | ||
urls.py | ||
views.py |
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.