これは私のコードです:
@login_required
def signin_complete(request):
return render_to_response('socialauth/signin_complete.html', context_instance=RequestContext(request))
このビューを実行すると、常にリダイレクト先に/accounts/login/?next=/
これを変更する方法/other/other
ありがとう
これは私のコードです:
@login_required
def signin_complete(request):
return render_to_response('socialauth/signin_complete.html', context_instance=RequestContext(request))
このビューを実行すると、常にリダイレクト先に/accounts/login/?next=/
これを変更する方法/other/other
ありがとう