First time here? Check out the FAQ!
0

how to change the redirect url after signup?

hello. I found that askbot redirect to the domain name where hosted after a new user signup. I mean it redirects to , for example, domain.com/ even if it has been installed in domain.com/subdir. How can i make it redirect to domain.com/subdir/?

marcello's avatar
1
marcello
asked 2014-05-16 16:58:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Add to your settings.py:

LOGIN_REDIRECT_URL = '/my/url/'
Evgeny's avatar
13.2k
Evgeny
answered 2014-05-26 13:50:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments