I'm trying to redirect users to custom url "/gallery/(username)/"
after successfully logging in. It currently redirects to the default "/account/profile/"
url While I know what I can override the redirect url in my settings.py
, my url is dynamic thus it will not work.
Documentation states that I need to use the "next"
parameter and context processors.
I have the {{next}}
in my template, but I'm confused on how to actually pass the "/gallery/(username)"
. Any help would be greatly appreciated.
p.s: I'm trying to steer away from writing my own login view.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…