respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
531 stars 88 forks source link

Question: is it possible to use this app with static files? #194

Open carlotm opened 3 years ago

carlotm commented 3 years ago

Hi all,

this is a question, not an issue. Is it possible to use this app with static files?

Something like generating thumbnail from a file path.

Thank you