How to use Base Model (Inheritance) in Django?
The TLDR answer:
Once you start creating a serious project in Django you would want to add
created_at and updated_at to most of the models. That's when you realise you are
not following the Don't Repeat Yourself(DRY) principle by copy-pasting the same
field