How does django do template url jump?

if you want to visit a web page and jump to a different url, according to the protocol you visit, can you use django if you don"t use js? how can you do that?

Apr.05,2021

can be implemented without js. One of the things I know is that urls.py jumps through regular matching.

Don't you write the route in url? just use {% ulr 'addr'%} directly in the template

.
Menu