mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
This is preparation for supporting using Python 3 in production. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
MAILTO=root
|
|
|
|
# Clear all expired Django sessions at 10:22 PM every day.
|
|
22 22 * * * zulip cd /home/zulip/deployments/current && ./manage.py clearsessions
|