Wagtail Colour Picker

InstallationΒΆ

Wagtail Colour Picker is available on PyPI - to install it, just run:

pip install wagtailcolourpicker

Once thats done you need to add the following to your INSTALLED_APPS settings:

INSTALLED_APPS = [
    ...
    'wagtailcolourpicker'
    ...
]

Go to your cms admin area and you will see a new icon in the DraftJS toolbar.