Hello all,

I am using the TinyMCE wysiwyg editor for all textareas in the admin
side of my Django website. I was able to get the editor to appear in
all of the textareas but I still have a big problem....all buttons
that use a popup (insert/edit link, add image, edit HTML source, ...)
do not work.

the popups appear, however, i get a Django error

"Page Not Found 404
Using the URLconf defined in mysite.urls, Django tried these URL
patterns, in this order:
   1.  ^$
   2. ^events/$
   3. ^menu/$
   4. ^specials/$
   5. ^highlight_detail/(\d+)/$
   6. ^admin/
The current URL, /media/tiny_mce/plugins/imagemanager/index.php,
didn't match any of these."


It seems that I need to add something to urls.py, but i dont know
what......and i dont think its a problem based on relative or absolute
paths, because TinyMCE is working in the textarea.

Has anybody else seen this problem?

Thanks, Matt
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to