not inserted registeration form.

2020-02-06 Thread nrupesh08
hi, why not inserted registration. their is no error shows. plese tell how to see any error? once check my screeshots -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: not inserted registeration form.

2020-02-06 Thread Farai M
In the temple use form.idfield.errors In the view u can use print or try and catch On Fri, Feb 7, 2020, 9:03 AM nrupesh08 wrote: > hi, > why not inserted registration. their is no error shows. plese tell how to > see any error? once check my screeshots > > -- > You received this message because

Re: not inserted registeration form.

2020-02-07 Thread Scorpio King
Hey I'm learning django please guide me how I become perfect in this frame work where site to I learn ... thanks On Fri, Feb 7, 2020, 12:04 PM nrupesh08 wrote: > hi, > why not inserted registration. their is no error shows. plese tell how to > see any error? once check my screeshots > > -- > You

Re: not inserted registeration form.

2020-02-07 Thread Kasper Laudrup
Hi Scorpio, On 07/02/2020 08.05, Scorpio King wrote: Hey I'm learning django please guide me how I become perfect in this frame work where site to I learn ... thanks First learn how to use a mailing list/Google groups and do not send unrelated replies to existing threads: https://support.

Re: not inserted registeration form.

2020-02-10 Thread maninder singh Kumar
Your views.py needs to be thus : if request.method = POST: "Do something" else: form = CreateUserForm() [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Fri, Feb 7, 2020 at 12:34 PM nrupesh08 wrote: > hi, > why