How to Solve NameError: name 'RichTextUploadingField' is not defined -- ckeditor_uploader

Erorr: name 'RichTextUploadingField' is not defined

NameError: name 'RichTextUploadingField' is not defined

Solution: name 'RichTextUploadingField' is not defined

# Add the following line to the top of your code
from ckeditor_uploader.fields import RichTextUploadingField

 

For more information:
Python RichTextUploadingField