How to add WYSIWYG (What You See Is What You Get) editor to Django Project?
WYSIWYG aka What You See Is What You Get is a very useful for the content rich websites, and by default Django Admin comes with a simple HTML text field. In this blog, we’ll add a Rich Text Editor (WYSIWYG) to our Django project.
We’ll use one of the...
blog.devjunction.in2 min read