Chapter 3: Managing Django URLs
Currently, we just have a default landing page provided by Django. How do we create our own custom pages and have different URLs to route to them? In this chapter, we will discuss how Django URLs work. We will learn how to define URLs and link them to respective Django views. In this chapter, we will be covering the following topic:
- Understanding and defining Django URLs