zulip/humbug
Tim Abbott 5dbe8b4c17 [manual] Authenticate using a user_profile as request.user.
When this is deployed to staging, we need to run

./manage.py logout_all_users --realm=humbughq.com

When this is deployed to prod, we need to run

./manage.py logout_all_users

(imported from commit d6c6ea4b1c347f3d9122742db23c7b67767a7349)
2013-04-02 12:07:08 -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 Lower the client-side polling timeout for get_events now that we have a server-side timeout 2013-03-29 11:11:34 -04:00
test_settings.py Fix logging configuration for Django 1.5. 2013-03-28 07:36:10 -04:00
urls.py Handle web hooks from JIRA for integration support 2013-03-29 16:14:39 -04:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00