Inheritance blocking Django-rest-framework's mojo: 'User' object has no attribute 'mage'
问题 I've been following the tutorial here, except as I'm not creating a code snippet web-tool, I'm creating a RPG character manager, I've been swapping out ' snippet ' with ' mage '. The other major difference is that my Mage only has a hold of users via their superclass NWODCharacter (this is so I can later on add other character types, like Werewolves and Vampires!) On accessing http://localhost:8000/users/ I get this error: AttributeError at /users/ 'User' object has no attribute 'mages'