A drop-in replacement for Django's ImageField that provides a flexible interface for creating new images (e.g., thumbnails) from the one assigned to the field. Current version: 3.1. Release cadence is irregular; maintained by RespondCreate.
pip install django-versatileimagefieldVerified import paths — ran on the pinned version, not inferred.
Define a model with VersatileImageField and associated PPOIField. Then run makemigrations and migrate.
Always define a PPOIField with the same name as the ppoi_field argument.
Omit create_on_demand argument or set it to True.
Use `create_sized_image_url` or the `build_url` method on the image field.
Upgrade to Python 3.5+ and Django 2.2+.