List out the inheritance styles in Django.
Django, a Python web framework, supports multiple inheritance styles for defining relationships between models. These inheritance styles allow you to create new models that inherit fields and methods from existing models.