Django model inheritance
normal inheritance of django: The child model will not have all parent field, just with
hardware_store.parent_name_ptr
On the other hand all children can be connected as same parent foreign key.
normal inheritance of django: The child model will not have all parent field, just with
hardware_store.parent_name_ptr
On the other hand all children can be connected as same parent foreign key.
0 Comments