zulip/humbug
Tim Abbott 2aae6190d2 [django 1.5] Set ALLOWED_HOSTS variable in settings.py.
This only does something if DEBUG=False, but it's now required that
you set this on Django 1.5 or the server will silently serve up 500s
for every request (not the best failure mode).

(imported from commit fa226c644770c468d73143c8a49d5d29d282df27)
2013-03-27 08:19:26 -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 Use the User/UserProfile caches for Django requests too. 2013-03-15 18:09:34 -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 [django 1.5] Set ALLOWED_HOSTS variable in settings.py. 2013-03-27 08:19:26 -04:00
test_settings.py tests: Disable tutorial through the server side variable needs_tutorial 2013-03-18 13:46:46 -04:00
urls.py Reduce repetition in urls.py through pattern prefixes. 2013-03-25 11:36:48 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00