[Answered ]-Constructor issues with django models multiple inheritance

2👍

Your init() definition requires both a self and a Isbn. So you’d have to pass both. Also, self should always be the first argument.

Leave a comment