[Fixed]-To have or not to have more than one models.ImageField in my model

1👍

I would use one ImageField and use easy_thumbnails for the thumbnail generation.

You can predefine thumbnails using aliases.

Then follow the Celery guidelines here.

Leave a comment