1๐
โ
I find an answer for the first part of my question. I just used the import login_required. Just before the function homepage in /helpdesk/public.py and the function index in /helpdesk/kb.py, I put @login_required(login_url=โ/helpdesk/login/?next=/helpdesk/) and it worked !
Now I try to find the answer of the second part (redirection).
๐คW. Delahaye
Source:stackexchange.com