Django Full Course - 9.2 - URL dispatcher. Path names, namespaces, name resolution with reverse()

In this lesson we will continue with the the topic of url dispatcher in Django: - How to specify path names, - How to resolve path names in python code with reverse() function, - How to specify namespaces, - How to resolve namespaces and names in python code with reverse() function. Basics of URL dispatcher -
Back to Top