spejstore/auth/views.py

6 lines
113 B
Python
Raw Normal View History

2018-10-10 19:18:06 +00:00
from django.shortcuts import redirect
2023-07-11 13:34:35 +00:00
2018-10-10 19:18:06 +00:00
def auth_redirect(request):
2023-07-11 13:34:35 +00:00
return redirect("social:begin", "hswaw")