Files
test-auth/api/views.py

6 lines
122 B
Python

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