1. | Create an additional view for the People object that displays the Blog contents for a specific person. |
2. | Create an URL pattern in the URLconf file that collects the person's ID from the URL request and passes it to the view function you created in Exercise 1. |