Re: Reg: Django signal not working

2020-04-23 Thread sahil khan
https://youtu.be/lHQI9ydQlSU Here is the Link for your Problem. if you like the solutions please like share and subscribe errormania. in your groups and join our telegram channel: @errormania And share in your groups and with other developer friends thank you On Wed, 22 Apr 2020, 8:30 pm

Re: Reg: Django signal not working

2020-04-22 Thread Jorge Gimeno
On Wed, Apr 22, 2020 at 4:55 AM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > Hello Sahil, > > Thank you for the youtube link. The video has done the exactly same thing > that I am doing. However, I understand that the user registration is > created through default

Re: Reg: Django signal not working

2020-04-22 Thread 'Amitesh Sahay' via Django users
Hello Sahil, Thank you for the youtube link. The video has done the exactly same thing that I am doing. However, I understand that the user registration is created through default "User" model, and UserCreationForm. However, I am adding a custom field "city", and its not working for me.  Except

Re: Reg: Django signal not working

2020-04-21 Thread sahil khan
Hello i am from google group plz see this video chennel and solve your problem https://youtu.be/QDk3rI_H3ks like comment and subscribe and share so that another people get help this channel On Mon, 20 Apr 2020, 4:28 pm Aditya Singh, wrote: > What's the original issue please, seems like you

Re: Reg: Django signal not working

2020-04-21 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks Checkout this video from errormania They explained about signal. If that doesn't help leave comment there they provide you with a video in a day Raj Patel On Tue, 21 Apr, 2020, 9:34 am 'Amitesh Sahay' via Django users, < django-users@googlegroups.com> wrote: > Hello

Re: Reg: Django signal not working

2020-04-20 Thread 'Amitesh Sahay' via Django users
Hello Aditya, I am using Django's "User" and "UserCreationForm" to create registration and login page and it's backend logic. So far so good. I could add the default fields to my registration page and it's working as per required. However, I want to add a custom field "contact" as it does not

Re: Reg: Django signal not working

2020-04-20 Thread Aditya Singh
What's the original issue please, seems like you picked things up with someone till this email. Regards, Aditya On Mon, Apr 20, 2020, 3:11 PM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > -+c Hello Jorge, > > After doing some research, I realized that the signal

Re: Reg: Django signal not working

2020-04-20 Thread 'Amitesh Sahay' via Django users
-+c Hello Jorge,  After doing some research, I realized that the signal which is saving the user profile should have  "instance.signup.save()" , as the name of the custom model is signup. This time I still got the error .However,  I could create the new user and login to the website. However,

Re: Reg: Django signal not working

2020-04-19 Thread Jorge Gimeno
Amitesh, Where is User.profile defined? -Jorge On 4/18/20, Saurabh Ranjan Singh wrote: > I am having the same issue. Please fix it. > > On Friday, 17 April 2020 22:47:40 UTC+5:30, Amitesh Sahay wrote: >> >> Hi, >> >> I am creating a Django signup form through "User" model and >>

Re: Reg: Django signal not working

2020-04-18 Thread Saurabh Ranjan Singh
I am having the same issue. Please fix it. On Friday, 17 April 2020 22:47:40 UTC+5:30, Amitesh Sahay wrote: > > Hi, > > I am creating a Django signup form through "User" model and > "UserCreationForm" and customized the User model to accommodate single user > defined field "contact". > >

Reg: Django signal not working

2020-04-17 Thread 'Amitesh Sahay' via Django users
Hi, I am creating a Django signup form through "User" model and "UserCreationForm" and customized the User model to accommodate single user defined field "contact". However, the signal that I have written seems not to be working. Whenever, I am filling the form, I am getting below error: