Re: ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance.

2018-06-24 Thread Saloni Kalra
Alright! Thanks much! On Sun, 24 Jun 2018, 6:56 pm Melvyn Sopacua, wrote: > On zaterdag 23 juni 2018 21:10:27 CEST Saloni Kalra wrote: > > Thank you for your reply. I removes all the migrations and dropped the > > database. Now when I try to make migrations i get the following error in > my > >

Re: ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance.

2018-06-24 Thread Melvyn Sopacua
On zaterdag 23 juni 2018 21:10:27 CEST Saloni Kalra wrote: > Thank you for your reply. I removes all the migrations and dropped the > database. Now when I try to make migrations i get the following error in my > terminal. > Thanks and regards, > Saloni > > *Error:* > accounts.User.user_ptr:

Re: ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance.

2018-06-23 Thread Saloni Kalra
Thank you for your reply. I removes all the migrations and dropped the database. Now when I try to make migrations i get the following error in my terminal. Thanks and regards, Saloni *Error:* accounts.User.user_ptr: (fields.E301) Field defines a relation with the model 'auth.User', which has

Re: ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance.

2018-06-23 Thread Melvyn Sopacua
On zaterdag 23 juni 2018 10:52:09 CEST Saloni Kalra wrote: > https://github.com/salonikalra/feedback > This is a feedback application for teachers by the students. I have been > constntly getting the following error: > ValueError at /feedback/by/feedback/new > Cannot assign "": "Feedback.user"

ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance.

2018-06-23 Thread Saloni Kalra
https://github.com/salonikalra/feedback This is a feedback application for teachers by the students. I have been constntly getting the following error: ValueError at /feedback/by/feedback/new Cannot assign "": "Feedback.user" must be a "User" instance. Please help. Thanks. -- You received this