问题 I'm trying to use django-tinymce to edit fields in django admin. I've the app installed in my virtualenv ( django-tinymce==1.5.1b4 ). It's listed in my installed apps - INSTALLED_APPS = ( #... 'tinymce', #... ) My settings includes the following TINYMCE_DEFAULT_CONFIG = { 'theme': "advanced", 'theme_advanced_toolbar_location': "top", 'theme_advanced_buttons1': "bold,italic,underline,separator," "bullist,separator,outdent,indent,separator,undo,redo", 'theme_advanced_buttons2': "", 'theme