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 <plaut...@directbox.com>

>
> 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 my settings.py
>
> TINYMCE_JS_URL = MEDIA_URL + 'js/tiny_mce/tiny_mce_src.js'
> TINYMCE_DEFAULT_CONFIG = {
>    'theme': "simple",
> }
>
> When I am activating Tiny_mce in the settings.py via CMS_USE_TINYMCE =
> True
> I get following error:
>
> 'module' object has no attribute 'JS_URL'
> Request Method: GET
> Request URL:    http://localhost:8000/admin/cms/page/3/
> Exception Type: AttributeError
> Exception Value:        'module' object has no attribute 'JS_URL'
> Exception Location:     D:\python\program\cms\admin.py in page_add_edit,
> line 126
>
>
> Does anyone know how what I am missing?
>
> Thx,
> zegerman
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to