1. | Create some additional People objects and an additional group, Friendly, in the database. |
2. | Add some of the users in the database to the Friendly group. |
3. | Create a custom permission in the Person class called can_add_friends. |
4. | Add the can_add_friends custom permission to the Friendly group. |