matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.26k stars 276 forks source link

Save an image in the Django Shell #441

Closed dg1980 closed 6 years ago

dg1980 commented 6 years ago

Hi, Could you explain how to save an image field (ProcessedImageField) using the Django shell (or outside the admin)?

I will be grateful for your help.

dg1980 commented 6 years ago

The answer is simple. Works just like ImageField. :)

I could read the imagekit code first before I asked that question. I hope it will be useful to others.