Skip to content
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

Changed to save files in storage instead of DB using FileField instead of CharField #1

Open
LeeHanYeong opened this issue Mar 17, 2020 · 0 comments
Milestone

Comments

@LeeHanYeong
Copy link
Owner

Quill.js has a default setting to save the image as a base64 encoded string.
Storing the image-encoded string in the DB is not a good approach, so only the text of the Quill object should be stored in TextField or CharField, and the base64 encoded string should be stored in a separate FileField.

@LeeHanYeong LeeHanYeong added this to the 1.0 milestone Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant