Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 544 Bytes

1-getting-started.md

File metadata and controls

22 lines (17 loc) · 544 Bytes

Getting started with Wagtail Meta Preview

Requirements

  • Python 3.5+
  • Minimum wagtail version is latest LTS
  • Frontend works for all modern browsers, including IE 11

Installation

First install the application with pip: pip install wagtail-meta-preview Then add the application to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "wagtail_meta_preview"
]

Next steps