Forums

Ckeditor not working on my site

django ckeditor is part of my requirements.txt file and installed but it is not working. django textfield is been used instead of richtextuploading field. Also when i make migrations or migrate on the bash console ckeditor is not detected.

Was it installed in the same environment that your web app is running in?

Yeas I have the same problem : Here is my list from requirements asgiref==3.3.4 botocore==1.20.69 dj-database-url==0.5.0 Django==3.2 django-ckeditor==6.0.0 django-js-asset==1.2.2 jmespath==0.10.0 Pillow==8.2.0 psycopg2==2.8.6 python-dateutil==2.8.1 python-decouple==3.4 pytz==2021.1 s3transfer==0.4.2 six==1.16.0 sqlparse==0.4.1 urllib3==1.26.4

Have you enabled the app in django? Are you sure you're serving the static files that CKEditor needs to work?