Joel Hernández
Joel Hernández
> Based on @jochengcd I came up with this way to make sure the original and derived images are removed: > > ``` > class MyImage(models.Model): > file = models.ImageField()...
For anyone wondering, I ended up passing the field to the following function ````python def delete_image_kit_image_field(image_kit_field): # ImageKit has a bug where files are cached and not deleted right away...
Keep up the awesome work @mchome !
Any update on this? Opened since 2013 😱
Aha. Will fix this as soon as I can. Thanks!
Actually, not sure how to fix this. Introducing an html element dynamically on the website would probably break layout/css of existing webpages. Will try some things.
I have submitted a request to BrowserStack on the matter. Waiting for their reply.
We have received confirmation that they can support the project by providing free access to Browser Stack Automate. Will find some time to do this. Or... If you're reading this...
Hi Paul, indeed you are right. I will come up with a new motivation section. Will ping you here for review if you have some time then. Cheers!
Same issue here. Once in a while we get complaints that somethings not working on the application, 9/10 times its rq workers doing nothing while having thousands of jobs queued.