Re: How to make a phone number field mandatory like password.

2014-09-26 Thread Kakar Nyori
You can do it in the form itself. On Fri, Sep 26, 2014 at 8:49 PM, Sachin Tiwari wrote: > Hi > > I am learning django and I want to add a phone number field which would be > mandatory when we use add user button in users section. > > I tried it with blank=False or null=False but it would not wo

How to make a phone number field mandatory like password.

2014-09-26 Thread Sachin Tiwari
Hi I am learning django and I want to add a phone number field which would be mandatory when we use add user button in users section. I tried it with blank=False or null=False but it would not work for me. I am also using django-phone-number field package. Thanks -- You received this mes