Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 592 Bytes

getting-started.md

File metadata and controls

36 lines (22 loc) · 592 Bytes

Getting started

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: