[Off topic suggesting another rich text powerful editor]
You can also try  django CK editor
1) which is easy to user
2) which is powerful,fast and more robust than TInyMCE
http://code.google.com/p/django-ck/
3) with every ease you can also integrate directly.

On Sep 22, 6:45 am, taijirobot <guangyudongb...@gmail.com> wrote:
> thank you, I missed the line 'form = BlogForm' in admin class, but
> after I added this, the tinymce editor still doesn't show, except that
> the body textarea is bigger than it used to be.
>
> On Sep 22, 1:42 am, brad <bkmontgom...@gmail.com> wrote:
>
> > > The document says we can get a tinymce editor in the admin site after
> > > this. But nothing different shows with mine.
>
> > Just to clarify, are you trying to get tinymce displaying in your
> > django admin?  If so, you have to tell the admin for your BlogPost
> > model to use the BlogForm.  So do you have an admin.py with something
> > like the following?
>
> > class BlogPostAdmin(ModelAdmin):
> >     form = BlogForm
--~--~---------~--~----~------------~-------~--~----~
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