Re: Web page -form-update - not working

2020-04-18 Thread Kasper Laudrup
On 18/04/2020 17.58, Body Abdo wrote: Hi all; I have a problem when edit my form ... my page doesn't update I would start by not ignoring all errors like you do with: except: pass Errors should be handled or at least logged, not ignored. That would most likely tell you why it's not wor

Web page -form-update - not working

2020-04-18 Thread Body Abdo
Hi all; I have a problem when edit my form ... my page doesn't update models.py class Hard_number(models.Model): hard = ( ('SD1', 'SDD1'), ('SD2', 'SDD2'), ('SD3', 'SDD3'), ('SD4', 'SDD4'), ('SD5', 'SDD5'), ('SD6', 'SDD6'), ('SD7', 'SDD7'