Hi folks, I implemented bagheera's suggestion and I seem to have run into a problem. The TimnyMCE javascripts are in the admin's js folder, but when I view source and click on the links in Firefox, the files cannot be found. This is odd because the paths to the scripts are correct. For example actions.js is part of the default installation and I can read the contents via Firefox:
<script type="text/javascript" src="/admin_media/js/actions.min.js <view-source:http://127.0.0.1:8000/admin_media/js/actions.min.js>"></script> - FOUND <script type="text/javascript" src="/admin_media/js/tinymce/jscripts/tiny_mce/tiny_mce.js <view-source:http://127.0.0.1:8000/admin_media/js/tinymce/jscripts/tiny_mce/tiny_mce.js>"></script> - *NOT FOUND* What could the issue be here? I am not getting any runtime errors in the admin app. On Wed, Sep 22, 2010 at 11:22 AM, Sithembewena Lloyd Dube <zebr...@gmail.com > wrote: > 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 > -- 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.