- Python 3.5+
- Minimum wagtail version is latest LTS
- Frontend works for all modern browsers, including IE 11
First install the application with pip: pip install wagtail-meta-preview
Then add the application to your INSTALLED_APPS
:
INSTALLED_APPS = [
# ...
"wagtail_meta_preview"
]