Forums

Not Found: /static/ckeditor/ckeditor/ckeditor.js

Hi, I have followed al the instructions to install ckeditor. It works just fine on my own machine but does not display at all on here. My bash console gives me Not Found: /static/ckeditor/ckeditor/ckeditor.js.

I am also unable to run collectstatic because of permission denied.

Yes, i have the package installed and I am in he correct environment.

This is my settings.py: STATIC_URL = '/static/' MEDIA_URL='/media/' MEDIA_DIR=os.path.join(BASE_DIR,"media/") STATIC_DIR=os.path.join(BASE_DIR, "static/") STATICFILES_DIRS = [STATIC_DIR, ]

Is there any other way to navigate to the install package so my website can find it?

Make sure that your STATIC_DIR actually exists and is under /home/parasiteCS36. See https://help.pythonanywhere.com/pages/DjangoStaticFiles/ for more in-depth help.