Hello,
I have a bunch of Microsoft Word files, and I want to allow the users of my tool (a Django 1.8 based custom-made CRM, basically) to edit those files with Django admin, using any rich-text editor.
The most common use case: they import a Word template in the tool, the document content is loaded in a TinyMCE-like text area, they make some changes and save the document.
Is there any existent Django project/plugin/whatever doing something like that? Otherwise, which tools should I use to build it? I guess TinyMCE and python-docx
Many thanks in advance,
Jorge