#abstract-models

[ follow ]

Django's three types of model inheritance

Django supports model class inheritance
The best case for inheritance in Django models is abstract models
[ Load more ]