Add A Rich Text Editor To A Django Blog - Django Blog #21

In this video I’ll show you how to add a Rich Text Editor to your django blog. We’ll be using django-ckeditor (an easy to use rich text editor) which will allow as to stylize our blog posts and add images and links easily. Once we pip install django-ckeditor, all we have to do is make a quick tweak to our file, then make a migration and push that migration, and we can start using the text editor in our blog! #Django #PythonDjango #DjangoBlog
Back to Top