Re: Error: duplicate key value violates unique constraint

2022-09-23 Thread Shams Ulhaq
Make an other constraints pk and your issue is solved django by default make a pk as id On Sat, 24 Sept 2022, 10:46 Salima Begum, wrote: > Hi all, > > When I am posting data in the server here we have an issue where the > primary key already exists. For example, today I posted some data . I have

Error: duplicate key value violates unique constraint

2022-09-23 Thread Salima Begum
Hi all, When I am posting data in the server here we have an issue where the primary key already exists. For example, today I posted some data . I have the same issue. I solved the issue by deleting data from that particular table and then I am able to post data. Next day if I try to post data I a