spejstore/auth/views.py

5 lines
112 B
Python
Raw Permalink Normal View History

2018-10-10 19:18:06 +00:00
from django.shortcuts import redirect
def auth_redirect(request):
return redirect('social:begin', 'hswaw')