routing urls.py between apps with a navbar in base.html

Hi

I have a navbar in base.html and I want when I click any item of navbar, load related app template beside the navbar not in another tab.

thanks for your help

Welcome @foroz !

Are you looking to do this as a complete page reload (normal http request) or as a partial page update (AJAX)?