mirror of https://github.com/zulip/zulip.git
501f063426
Now that we support email aliases, we have to be careful when going from an email address to a domain that we assume we can use to get a Realm object for. When we care about the Realm's domain, we want to follow any RealmAliases that exist for a certain domain. When we just care about the original email address domain itself, for comparison or other purposes, use split_email_from_domain This removes the ambiguity of having to decide when to use email_to_domain + RealmAlias or just email_to_domain (imported from commit 0e199495502d946ce2e1aae56263e7e8665be4ed) |
||
---|---|---|
.. | ||
management | ||
migrations | ||
urls | ||
README.md | ||
__init__.py | ||
error_notify.py | ||
forms.py | ||
models.py | ||
tests.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.