Thank you all for your contributions. I have resolved to give tinyMCE a go
again. I am specifically using the django-tinymce application.

On Wed, Sep 22, 2010 at 2:45 AM, Kenneth Gonsalves <law...@au-kbc.org>wrote:

> On Tue, 2010-09-21 at 17:41 +0200, Sithembewena Lloyd Dube wrote:
> > Has anybody intergrated a WYSIWYG editor in the admin of a Django
> > 1.2.1.
> > site? I have tried django-wysiwyg and TinyMCE to no avail. I need
> > something
> > with concise, up-to-date documentation.
>
> a snippet from my admin.py:
>
> class ArticleAdmin(admin.ModelAdmin):
>    class Media:
>        js = ('/sitemedia/js/tiny_mce/jscripts/tiny_mce/tiny_mce.js',
>              '/sitemedia/js/tiny_mce/jscripts/tiny_mce/textareas.js',)
>
> admin.site.register(Article, ArticleAdmin)
> --
> regards
> Kenneth Gonsalves
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Sithembewena Lloyd Dube
http://www.lloyddube.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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