i'm using django-tinymce in a django project. After following the setup as suggested from docs, i've experienced some problems while deploying it. In fact, with the same settings, with development runserver, I got it working locally, but on a test machine (NGinx + Gunicorn), i have this error on console:
Uncaught TypeError: undefined is not a function tiny_mce.js:1
k.create.init tiny_mce.js:1
(anonymous function) tiny_mce.js:1
(anonymous function) tiny_mce.js:1
c.each tiny_mce.js:1
o tiny_mce.js:1
(anonymous function) tiny_mce.js:1
p tiny_mce.js:1
In the best case I have only a basic textarea widget, in other cases i have no widget at all rendered. Anyone that have experienced that problem or any help?
Thanks, LuKe