mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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>