-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for django-stdimage variations #6
Comments
Might also be worth adding to the README that it support django-stdimage variations. |
It seems that https://github.com/respondcreate/django-versatileimagefield has no attrubute
Probably it would be better to add the possibility of declaring lookups for field thumbnails when running the command |
Yes, I'm thinking to do something more universal. |
@akolpakov In my application using django-versatileimagefield I resolved this issue very simply: there are few settings which can be used for configure locations of changed images: |
Sorry, has this issue been addressed beside ignoring named thumbnails in command? |
@boryskuczkowski you can ignore thumbnails by using But this issue is about to implement some universal automatic solution to exclude them automatically. |
Hiyo..
noticed this removed thumbnails and such for my projects.. So I decided to extend this to support the variations field that django-stdimage uses..
#5
Feel free to merge
Cheers!
The text was updated successfully, but these errors were encountered: