Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.31 KB

getting-started-with-google-maps.md

File metadata and controls

54 lines (35 loc) · 1.31 KB

Getting started with Google Maps

Requirements

  • Python 3.8+
  • Wagtail 4.1+ and Django 3.2+
  • A Google account

Installation

Install the library with pip:

$ pip install wagtailgeowidget

Setup

Add wagtailgeowidget to your INSTALLED_APPS in Django settings.

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

Retriving a Google Maps API key

Whats next?

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