mirror of https://github.com/zulip/zulip.git
88fe0a7561
We need to update 'last_audit_log_update' before calling the 'sync_license_ledger_if_needed' method to avoid 'MissingDataError' due to 'has_stale_audit_log' being True. Also, we made the code block that creates audit logs, updates 'last_audit_log_update', and syncs LicenseLedger in an atomic operation. This helps to rely on 'last_audit_log_update' to assume 'RemoteRealmAuditLog' and 'LicenseLedger' are up-to-date. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
README.md | ||
__init__.py | ||
auth.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.