What are the different model inheritance styles in Django?

Django supports 3 types of inheritance. They are

  • Abstract base classes
  • Multi-table Inheritance
  • Proxy models

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *