Re: having problem in login rest API

2019-07-08 Thread Sidnei Pereira
s.filter() it errors that Student_no is not an attribute > for User Django Model. > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Aldian Fazrihady > *Sent: *Sunday, July 7, 2019 9:18 PM > *To: *d

RE: having problem in login rest API

2019-07-07 Thread laya
Subject: Re: having problem in login rest API It is in user object instead of student object,  right?  Regards, Aldian Fazrihady http://aldianfazrihady.com On Mon, 8 Jul 2019, 11:12 laya, wrote: Hi, Please help me in this part, I stuck in some days, My project is about a university system which

Re: having problem in login rest API

2019-07-07 Thread Aldian Fazrihady
It is in user object instead of student object, right? Regards, Aldian Fazrihady http://aldianfazrihady.com On Mon, 8 Jul 2019, 11:12 laya, wrote: > Hi, > > Please help me in this part, I stuck in some days, > > My project is about a university system which professors and students can > sign

having problem in login rest API

2019-07-07 Thread laya
Hi, Please help me in this part, I stuck in some days, My project is about a university system which professors and students can sign up and login. I use Custom User Django which inherits User Django Model. It should be mentioned that login is by identity number and Student-no and Professor-no.