Re: problem in login rest API framework

2019-07-07 Thread Nidhin K
I couldn't see you inherited from AbstractUser class in your defined Student model shared here. Thanks On Sun, Jul 7, 2019, 10:47 AM laya wrote: > AttributeError:'Student' object has no attribute 'check_password' >

problem in login rest API framework

2019-07-06 Thread laya
AttributeError:'Student' object has no attribute 'check_password' I user Custom User Model named Student which inherits Django User Model. I have problem in its logon when I want to use check_password. The error is that Student which is a custom user model has not such attribute. I wanna login st