This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
twython-django/twython_django_oauth
2013-04-11 00:29:06 +01:00
..
__init__.py Initial commit; example Django application for using Twython OAuth with Twitter. Twython = Python Twitter API library/wrapper. Enjoy; a subproject of the mainline Twython effort. 2010-11-07 02:14:40 -05:00
models.py largely made standalone, should now be installable as a python package and should not need to be made part of your application. You should also no longer need to modify the source to get it working by adding your keys in. 2011-11-13 13:52:28 +00:00
urls.py fixed the url names, and the logout function that was recursively calling itself for shits and giggles. 2011-11-13 15:16:16 +00:00
views.py Change oauth verifier logic 2013-04-11 00:29:06 +01:00