Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-19 Thread phoebebright
Glad it's sorted! On Feb 19, 10:58 am, zegerman wrote: > Thx Phoebe, > > but it wasn't the path. > > u have to change the admin.py > from > widgets.JS_URL, > to > widgets.tinymce.settings.JS_URL, > >

Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-19 Thread zegerman
Thx Phoebe, but it wasn't the path. u have to change the admin.py from widgets.JS_URL, to widgets.tinymce.settings.JS_URL, source: http://groups.google.com/group/django-cms/browse_thread/thread/88dfe2358d900a85?hl=en On 18 Feb., 19:59, Phoebe Bright wrote: > My

Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-18 Thread Phoebe Bright
My experience with setting up tinymce was that there were plenty of plenty of opportunities for getting the paths wrong! To avoid problems I put a dynamic link (ln -s) into the django admin media folder so it could use the defaults. Hope that helps. Phoebe. 2009/2/18 zegerman

Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-18 Thread zegerman
Hello, Im tryin to get Tiny_mce running with Django CMS. I installed Django CMS and its running fine. After that I setup django_tinymce and followed these steps: http://django-tinymce.googlecode.com/svn/tags/release-1.5/docs/.build/html/installation.html#id1 Thats my tiny_mce configuration in