2👍
✅
As far as I understand, you intended to have the Employee
model being based on the Person
abstract model and not the UserProfile
:
class Employee(Person):
...
Source:stackexchange.com