Re: override save() twice in django model!

2021-05-01 Thread RITIK SONI
yea! ig you are right! we cant override it twice. On Sat, May 1, 2021 at 7:25 PM Kunal Solanke wrote: > I don't think so, why not do in one function or you can use pre save and > pist save signals > > On Sat, May 1, 2021, 19:11 RITIK SONI wrote: > >> am i able to override save() method of a

Re: override save() twice in django model!

2021-05-01 Thread Kunal Solanke
I don't think so, why not do in one function or you can use pre save and pist save signals On Sat, May 1, 2021, 19:11 RITIK SONI wrote: > am i able to override save() method of a django model twice? > > -- > You received this message because you are subscribed to the Google Groups > "Django

override save() twice in django model!

2021-05-01 Thread RITIK SONI
am i able to override save() method of a django model twice? -- 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 email to django-users+unsubscr...@googlegroups.com. To view

Got an error creating the test databse - with mysql and docker-compose

2021-05-01 Thread Gwanghyeon Gim
Hi django developers! I have an issue with creating test database. I use mysql for db and docker compose. I have no problem running docker containers with docker-compose, but when I run test it spits this error message. Note that the name of django service is web, and mysql service is db. $