Tomm
0
Q:

django redirect url

from django.shortcuts import redirect

def my_view(request):
    # ...
    return redirect('some-view-name', foo='bar')
3
from django.shortcuts import redirect
0
LOGIN_REDIRECT_URL = 'your_url'
LOGOUT_REDIRECT_URL = 'your_url'
0

New to Communities?

Join the community