- Python 3.6+
- Wagtail 2.9+ and Django
Install the library with pip:
$ pip install wagtail-icon-picker
Add wagtail-icon-picker
to your INSTALLED_APPS
in Django settings.
INSTALLED_APPS = (
# ...
'wagtail_icon_picker',
)
Depending on your use case you can read either of these guides: