forked from wiktor/spejstore-new
5 lines
112 B
Python
5 lines
112 B
Python
|
from django.shortcuts import redirect
|
||
|
|
||
|
def auth_redirect(request):
|
||
|
return redirect('social:begin', 'hswaw')
|