A Mixin is a special kind of inheritance in Python to allow classes to share methods between any class.
Django Mixin: Custom Class Based Mixins…
A Mixin is a special kind of inheritance in Python to allow classes to share methods between any class.