[Django]-Django changing rendered url in a view

4👍

No way you can do that. It would be phishing paradise if anyone could change the URL without redirecting.

Use redirects instead.

1👍

It’s possible with the html5 history api, http://html5demos.com/history

Leave a comment