Tag: Django Text Editor

How to add Rich Text Field in Django

Last updated on 16th June 2021 by [email protected] | Category: Django Tutorial

Learn how to use add Rich Text Field in Django. In this tutorial, you will learn how to add the rich text field in the Django project. In models, we will use the CK editor fields as Rich Text Field in Django. The CK editor is an external package for Django. This package will allow […]

Read more 

Django with Tinymce Text Editor Integration

Last updated on 16th June 2021 by [email protected] | Category: Django Tutorial

Learn Django tinymce text editor. In this tutorial, you will learn Django tiny MCE editor. We use the editor in the admin page of Django to add data into our database models using the Tiny MCE editor. Like RichTextFeild. Requirements : The tinymce package for the django is available here pip install django This command […]

Read more