Many thanks for the help, Chatchai.

> Can you start web server and 
> typehttp://localhost/usr/share/tinymce/www/tiny_mce.js
> and see if it return something rather than 400.

I get 404.

Here's url config:

urlpatterns = patterns('',
    # Example:
    # (r'^cms/', include('cms.foo.urls')),

    # Uncomment this for admin:
    (r'^admin/', include('django.contrib.admin.urls')),
    (r'', include('django.contrib.flatpages.urls')),
)

In addition to Bennett and djangoprogject docs, the approach you
suggest is yet a third solution to the problem of applying tiny_mce to
django admin... I'll give it a try tomorrow when my mind is a more
rested.

But meanwhile, I'm curious...

I've followed the instructions in both Bennett' and the djangoproject
docs scrupulously; double-checking my work in both cases. And in both
cases I've failed. It's likely, I'm sure, that my failure is due to a
misreading, misunderstanding, or mistyping on my part. I'm wondering,
however, has anyone else achieved success based on either Bennett's or
djangoproject doc's instructions?

If so, then I'll have to carefully review what I've done.

If not, then there's a chance that either or both of the sources are
either wrong, or are missing something, and should be corrected.

I do recall that I got it working quite easily once in Karrigell.

Thanks again,

Lloyd




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