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π
- Have You, Sir, done
python manage.py collectstatic
? - What value variable in
settings.py
is inTINYMCE_JS_ROOT
andTINYMCE_JS_URL
- 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 fromdjango-tinymce
βs egg.
π€WBAR
- [Answered ]-Django edit static content on live site
- [Answered ]-Django β can you use the on_delete attribute on a OnetoOneField?
Source:stackexchange.com