1. | Add a search_fields attribute to the Admin class in the Person model that searches the name, email, and desc fields. |
2. | Add a search_fields attribute to the Admin class in the Quote model that searches the text field. |
3. | Add a list_filter attribute to the Admin class in the Quote model that allows you to filter the list using the by field. |