Closed KalobTaulien closed 5 years ago
Mostly fixed with a receiver.
Needs a sync option for existing images without a WagtailTinyPNGImage OneToOne instance.
Added management command for syncing existing Wagtail images with the WagtailTinyPNGImage
model.
The command is ./manage.py sync_tinypng_images
A
WagtailTinyPNGImage
may not exist from an Image, so we should probably list wagtail Images instead ofWagtailTinyPNGImage
in the ModelAdmin.