mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
django.conf.urls.url is actually a deprecated alias of django.urls.re_path, but we want path instead of re_path. Signed-off-by: Anders Kaseorg <anders@zulip.com>