zulip/zproject
Jessica McKellar a7e35c0830 Fix /apps/ being a 404.
I looked around the Django docs for a more future-proof way of
addressing this problem of wanting both /apps and /apps/ to work. It
doesn't seem like there is.

Note that APPEND_SLASH is default True, so we're getting a / appended
automatically if there's no URL match without the /:

https://docs.djangoproject.com/en/dev/ref/settings/#append-slash

http://stackoverflow.com/a/11690144 points out making the slash
optional in the URL regex, but a commenter points out that this is bad
for SEO.

(imported from commit 8e883fb786c583fe5f561f14473211f6b100cecf)
2013-10-14 12:49:49 -04:00
..
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
authhack.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
local_settings.py Add Mandrill decorators, credentials, actions 2013-10-10 19:32:21 -04:00
settings.py Initial local server configuration. 2013-10-10 14:14:14 -04:00
test_settings.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
urls.py Fix /apps/ being a 404. 2013-10-14 12:49:49 -04:00
wsgi.py Some zulip => humbug updates in comments and print statements. 2013-10-08 08:57:29 -04:00