django-quill-editor icon indicating copy to clipboard operation
django-quill-editor copied to clipboard

Embedded Images should be stored separately as files not ony embedded in the DB

Open JulianFeinauer opened this issue 4 years ago • 3 comments

Is this something that is planned to support?

JulianFeinauer avatar Jan 15 '21 08:01 JulianFeinauer

That's a long-term plan for the 1.0 release. 😅 I know storing images in a DB is a bad design, but in this project, beginners using Django focused more on making the output easier.

LeeHanYeong avatar Feb 09 '21 08:02 LeeHanYeong

I solved this in a project by extracting them from the content and storing them as Django Files AFTER the upload. I can share code (or try to prepare a PR) if you like?

JulianFeinauer avatar Feb 16 '21 14:02 JulianFeinauer

I solved this in a project by extracting them from the content and storing them as Django Files AFTER the upload. I can share code (or try to prepare a PR) if you like?

Could you share your code in a repo? I need it.

mohammadmaso avatar Mar 11 '21 03:03 mohammadmaso