mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This makes it so that URLs for pages like the hello page and API page can optionally end in a trailing slash (/hello/, /api/). In places where we don't want to be pedantic, we should get into the habit of ending Django URL regexes with /$. (imported from commit 82757db684c8f1d8d2040af993ece49b20e036fb) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| authhack.py | ||
| backends.py | ||
| ratelimit.py | ||
| settings.py | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||