Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.28 KB

README.rst

File metadata and controls

35 lines (24 loc) · 1.28 KB

wagtail2docx

wagtail plugin to convert page to Microsoft Word docx document

warning
This plugin is under development

Installation

  • add git+https://github.com/olopost/wagtail2docx.gi to your requirements.txt file of your wagtail project

  • add wagtail2docx in your settings file

    INSTALLED_APPS = [
     'wagtail2docx',
  • after deployment launch python manage.py and after launch the following command:

    • makemigrations
    • migrate

Overview

Example of original html page in wagtail media/original_html.png
The same generated in doc media/word_page.png
Create a word document media/settings.png