Re: tinymce help

2008-10-26 Thread varikin
On Oct 25, 8:47 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > hi.  I'm using django 1.0 over at webfaction.  I have the following > setup > > /static   (serves js, css, flash, images etc) > /www   (my django app) > > I have tiny_mce loaded to /static/js/tiny_mce/ > > I have followed the steps

Re: tinymce help

2008-10-26 Thread hcsturix74
Hi, I've found this problem also when I was including WYSIWYG editor in my admin; I was migrating fromDjango 0.96 to 1.0. As TinyMCE I suggest django-tinymce application http://code.google.com/p/django-tinymce/ There you can find the "workaround" your problem. Alternatively, you can customize

Re: tinymce help

2008-10-26 Thread Brian Neal
On Oct 25, 8:47 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > hi.  I'm using django 1.0 over at webfaction.  I have the following > setup > > /static   (serves js, css, flash, images etc) > /www   (my django app) > > I have tiny_mce loaded to /static/js/tiny_mce/ > > I have followed the steps at

tinymce help

2008-10-25 Thread Bobby Roberts
hi. I'm using django 1.0 over at webfaction. I have the following setup /static (serves js, css, flash, images etc) /www (my django app) I have tiny_mce loaded to /static/js/tiny_mce/ I have followed the steps at this page: http://code.djangoproject.com/wiki/AddWYSIWYGEditor in