Django Full Course - 9.0 - URL dispatcher. Basics, converters, extra parameters, include

In this lesson we will cover the topic of url dispatcher in Django: - The basics of url dispatching in Django - Defining converters - Passing parameters from converters to view functions - Passing extra parameters to view functions - Including one url_patterns inside other.
Back to Top