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.txtfile of your wagtail projectadd wagtail2docx in your settings file
INSTALLED_APPS = [ 'wagtail2docx',
after deployment launch
python manage.pyand after launch the following command:makemigrationsmigrate
| Example of original html page in wagtail |
|
| The same generated in doc |
|
| Create a word document |
|


