1👍
✅
You may want to change :
def ChildTeacherAdmin(StudentAdmin):
to
class ChildTeacherAdmin(StudentAdmin):
Source:stackexchange.com
1👍
You may want to change :
def ChildTeacherAdmin(StudentAdmin):
to
class ChildTeacherAdmin(StudentAdmin):