Question 6 What does the __str__ method in a Django model accomplish? code example Example: __str__ in django def __str__(self): return self.name