zulip/humbug
Luke Faraone 0fe0cf0ffb [manual] Implement backend support for authenticating a user via Google.
This code adds a dependency on python-django-auth-openid, installable as
django-openid-auth from PyPI.

On prod, one needs to run a syncdb in order to create the required
tables. A database *migration* is not required, as these are new tables
only.

(imported from commit c902a0df8d589d93743b27e480154a04402b2c41)
2013-02-27 10:16:54 -05: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] Implement backend support for authenticating a user via Google. 2013-02-27 10:16:54 -05:00
ratelimit.py Use datetime.min for initial last_error rather than int 0. 2012-12-11 15:59:08 -05:00
settings.py [manual] Implement backend support for authenticating a user via Google. 2013-02-27 10:16:54 -05:00
test_settings.py Re-enable desktop notifications in automated testing 2013-02-26 18:02:20 -05:00
urls.py [manual] Implement backend support for authenticating a user via Google. 2013-02-27 10:16:54 -05:00
wsgi.py Remove more commented out example code 2012-10-29 23:21:00 -04:00