zulip/humbug
Steve Howell 41a3ce0d22 Allows slashes at the end of links.
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)
2013-06-06 15:14:28 -04:00
..
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
authhack.py Fix logging in with email addresses long than 30 characters. 2013-01-16 17:02:06 -05:00
backends.py [manual] Authenticate using a user_profile as request.user. 2013-04-02 12:07:08 -04:00
ratelimit.py settings: Add docs on how to properly test our email handler. 2013-03-15 14:53:17 -04:00
settings.py Add a TESTING_DEPLOYED settings key, and don't send stats for it 2013-06-05 12:57:47 -04:00
test_settings.py Add a rate limiting system to our backend 2013-06-04 09:43:09 -04:00
urls.py Allows slashes at the end of links. 2013-06-06 15:14:28 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00