Model inheritance in Django works almost identically to the way normal class inheritance works in Python, but the basics at the beginning of the page should still be followed. That means the base class should subclass django.db.models.Model.
The only decision you have to make is whether you want the parent models to be models in their own right (with their own database tables), or if the parents are just holders of common information that will only be visible through the child models.
There are three styles of inheritance that are possible in Django.
https://docs.djangoproject.com/en/3.0/topics/db/mo…
Linkedin Feel free to contact me.
Podchaser is the ultimate destination for podcast data, search, and discovery. Learn More