spejstore/auth/views.py

5 lines
112 B
Python

from django.shortcuts import redirect
def auth_redirect(request):
return redirect('social:begin', 'hswaw')