Skip to main content

All Questions

Tagged with
2 votes
1 answer
664 views

How to redirect users to a mobile app in Django view?

I have a Django web application and I'm trying to redirect users to my mobile app in one of the views. def magic_link(request, token): return redirect(f"{settings.FRONTEND_URL}/magic_link/{...
Aslı Kök's user avatar