spejstore/auth/views.py
2018-10-10 21:18:06 +02:00

4 lines
112 B
Python

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