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