Files
test-auth/api/views.py
2010-04-26 22:24:59 +01:00

5 lines
121 B
Python

from django.http import HttpResponse
def oauth_callback(request, other):
return HttpResponse('Fake callback view.')