On Thursday 20 Aug 2009 9:42:33 am zignorp wrote: > Can you post the example of Setting the Media nested class with the > TinyMCE media? > I'm in exactly the same place,
class ReportAdmin(admin.ModelAdmin): list_display = ['title','approved'] class Media: js = ('/sitemedia/js/tiny_mce/jscripts/tiny_mce/tiny_mce.js', '/sitemedia/js/tiny_mce/jscripts/tiny_mce/textareas.js',) -- regards kg http://lawgon.livejournal.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-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 -~----------~----~----~----~------~----~------~--~---