Re: How to compare two image field properly

2022-02-19 Thread tlockhart1976
OpenCV - Tom > On Feb 19, 2022, at 2:27 AM, Sencer Hamarat wrote: > >  > Hi, > > I have two different models which include image fields individually. > > Is there a proper way to compare those imagefileds? > > class ModelA(models.Model): > file = models.ImageField( > verbose_nam

Re: Watchdog & Django

2021-05-23 Thread tlockhart1976
The app has a ready method which is called after the initialization is complete. You might be able to do your setup there... - Tom > On May 23, 2021, at 9:22 AM, Benjamin Schollnick > wrote: > > Okay, this was a bit more complex, and a bit simpler than I thought. > > 1) The Django app __ini