Simple Django app skeleton for OAuth testing; currently doesn't do anything special, just wanted it in the repo for testing purposes.

This commit is contained in:
Ryan McGrath 2009-09-24 04:05:38 -04:00
parent df38e3312a
commit 44de246cde
9 changed files with 0 additions and 107 deletions

6
twythonoauth/views.py Normal file
View file

@ -0,0 +1,6 @@
import twython
def auth(request):