Answer the question
In order to leave comments, you need to log in
Why does django's ContentFile save an empty file?
When saving an image like this:
import base64
from django.core.files.base import ContentFile
Image.objects.create(image=ContentFile(base64.b64decode(data), name="somename.jpg"))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question