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:

  • Adding the widget to a Page
  • Integrating with GeoDjango
  • Adding to a StreamField

Contents

  1. 0.1Requirements
  2. 0.2Installation
  3. 0.3Quick Setup
  4. 0.4Whats next?