- Python 3.5+
- Wagtail 2.3+ and Django 2.0+
Install the library:
$ pip install wagtailleafletwidget
Add wagtailleafletwidget
to your INSTALLED_APPS
in Django settings.
INSTALLED_APPS = (
# ...
'wagtailleafletwidget',
)
Depending on your use case you can read either of these guides: