spejstore/auth/views.py

6 lines
113 B
Python

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