InstallInstall with pippip install django-ckeditor Add ckedtor to INSTALLED_APPSAnd collectstatic command for add ckeditor static files.python manage.py collectstatic In dev environment, just copy ckeditor directory from staticfiles after collectstaticAnd add CKEDITOR_BASEPATH for ckedtor directory unber staticfiles (STATIC_ROOT)CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor" And add window.CKED..