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 [email protected].
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.