Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
I hit a similar problem with what I think was a buggy version of django-tinymce - stackoverflow.com/questions/14238501/… – Aidan Ewen Feb 15 at 12:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.