On Wednesday 12 Aug 2009 11:08:55 am diogobaeder wrote: > I configured django-tinymce extension to work with a model field; It > loads all the JavaScript correctly, right after the field, in a script > tag, passing the right element ID, but the editor simply doesn't show, > only the original textarea is present. Here is a piece of my project > where TinyMCE configuration should be entered: > > http://dpaste.com/hold/78621/ > > Anything wrong in here?
you have not specified which django version you are using. If it is trunk, I am under the impression that you need a Media subclass to your model.Admin class in admin.py to hold the tiny_mce settings. In older versions of django this was in the Admin subclass. btw, in a mailing list it is not advisable to paste in dpaste as that will vanish and b0rk the archives. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---