Add a Rich Text Editor to Django - CKEditor Tutorial (WYSIWYG Editor) Bangla

Опубликовано: 19 Март 2026
на канале: BongCodes Django
614
13

#django #ckeditor, #wysiwyg #python
Add a Rich Text Editor to Django - CKEditor Tutorial (WYSIWYG Editor) Bangla

In this video I'll show you how to add a Rich Text Editor to your django blog. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource.

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 models.py file, then make a migration and push that migration, and we can start using the text editor in our blog!

https://django-ckeditor.readthedocs.i...
https://ckeditor.com/docs/ckeditor5/l...