I have installed tinymce, django-filebrowser and grappelli.
Everything works nice except that I can't upload files to my local dev server. When I click on Insert/Edit image icon in Tinymce editor and then on Browse button I get the page where I can see a list of my already uploaded images through django's image upload method in media/images/ folder.
However when I click the Upload button a get the Upload page but no possibilities for selecting and uploading images/files.
Here is the screenshot of that window.
https://gyazo.com/175028ba6630d94f1ddd7148697775ab
When I inspect the window there is an error message in the console:
Uncaught SyntaxError: Unexpected token & 127.0.0.1/:97
It is not working with Django 1.9 yet.