
I clone this repo to my django project. Add to list of installed apps 'mce_filebrowser'.
Here is my
TINYMCE_DEFAULT_CONFIG = {
'theme': "advanced",
#'cleanup_on_startup': True,
'custom_undo_redo_levels': 10,
'file_browser_callback': 'mce_filebrowser',
}
Also i change filebrowser.html template to load tinymce js files. Check it, everything is loaded. Currently have no idea what is the problem..