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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8a2de37a-e4e1-4543-9fce-6582c92dd80d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

