Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 529 Bytes

1_getting_started.md

File metadata and controls

35 lines (21 loc) · 529 Bytes

Getting started

Requirements

  • Python 3.6+
  • Wagtail 2.9+ and Django

Installation

Install the library with pip:

$ pip install wagtail-icon-picker

Quick Setup

Add wagtail-icon-picker to your INSTALLED_APPS in Django settings.

INSTALLED_APPS = (
    # ...
    'wagtail_icon_picker',
)

Whats next?

Depending on your use case you can read either of these guides: