
Hello, I have a small problem with regards to django <http://www.djangoproject.com>version 1 release 4 update number 3. My Python release is 2.7.3 and I am in the process of integrating TinyMCE <http://www.tinymce.com/>, a WYSIWYG editor into my admin interface in order to modify database table fields that support text areas with rich-text capabilities (font-styling, image alignment, hyper linking, etc). So far I have seen this guide on the django documentation site https://code.djangoproject.com/wiki/AddWYSIWYGEditor It does not make my code fail because of errors. Neither does it work as expected if at all. Stack Overflow has yielded no fruitful results. If anything the results are plagued with chaos and / or conflicting methods. I know there are at least four or more people here familiar with the framework. Any help will be highly appreciated. Thank you. Martin.