> 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