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/?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
marcello's avatar
1
marcello
asked 10 years ago

Comments

see more comments

1 Answer

1

Add to your settings.py:

LOGIN_REDIRECT_URL = '/my/url/'

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 10 years ago
link

Comments

see more comments