1. | If you haven't already created a view to display the iFriends.models.Quote objects, create one. It can be a generic object_details view or your own view function. |
2. | Add a Sitemap class for the iFriends.models.Quote objects that includes the location of the view you created in Exercise 1. |