wagtail plugin to convert page to Microsoft Word docx document
- warning
- This plugin is under development
add git+https://github.com/olopost/wagtail2docx.gi to your
requirements.txt
file of your wagtail projectadd wagtail2docx in your settings file
INSTALLED_APPS = [ 'wagtail2docx',
after deployment launch
python manage.py
and after launch the following command:makemigrations
migrate
Example of original html page in wagtail | |
The same generated in doc | |
Create a word document |