Skip to content

Live preview

Compare
Choose a tag to compare
@zerolab zerolab released this 20 Aug 15:22
f9c47cc

Adds live preview support.

To enable, set

# settings.py

HEADLESS_PREVIEW_LIVE = True

Note: Your front-end app must be set up for live preview, a feature that usually requires Django Channels or other WebSocket/async libraries.

For an example front-end implementation, see https://github.com/torchbox/wagtail-grapple and its documentation