2010-12-13 5 views
1

これは私のコードです:私はこのビューを実行するとsettings.py

@login_required 
def signin_complete(request): 
    return render_to_response('socialauth/signin_complete.html', context_instance=RequestContext(request)) 

、それは常にこれを変更する方法/accounts/login/?next=/

にリダイレクト/other/other

おかげ

答えて

0
@login_required(login_url='/other/other') 
関連する問題