You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: