django-summernote
django-summernote copied to clipboard
Django admin store image as base64 by default
When selecting a local image, it tries to upload the image, I want it to convert to base64 like the default summernote feature.
I also faced this problem, try to put 'disable_attachment': True
in settings.py file.
I did it's still the same
Has anyone found a solution to the problem?
I have the same problem