Getting started
July 29, 2019 ยท View on GitHub
Requirements
- Python 3.5+
- Wagtail 2.3+ and Django 2.0+
Installation
Install the library:
$ pip install wagtailleafletwidget
Quick Setup
Add wagtailleafletwidget to your INSTALLED_APPS in Django settings.
INSTALLED_APPS = (
# ...
'wagtailleafletwidget',
)
Whats next?
Depending on your use case you can read either of these guides: