[Answered ]-Django-tinymce in Django Admin – "can't find variable: tinyMCE"

1πŸ‘

βœ…

OK, looks like it might have been a bug in the django_tinymce code. I’ve reverted to 1.5.1b2 and everything works as expected. Guess I should look into filing a bug report.

πŸ‘€Aidan Ewen

1πŸ‘

  1. Have You, Sir, done python manage.py collectstatic ?
  2. What value variable in settings.py is in TINYMCE_JS_ROOT and TINYMCE_JS_URL
  3. If variable TINYMCE_JS_URL is not set check if You, Sir, have file at /MEDIA_ROOT/js/tiny_mce/tiny_mce.js. If not, try to copy manually from django-tinymceβ€˜s egg.
πŸ‘€WBAR

Leave a comment