в вашем prJ по адресу settings.py
INSTALLED_APPS = [ 'ckeditor',]
и
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Custom',
'width': '500px',
'height': '10%',
'toolbar_Custom': [
['Bold', 'Italic', 'Underline'],
['NumberedList', 'BulletedList'],
],
}
}
CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"