Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 268 Bytes

getting_started.rst

File metadata and controls

17 lines (11 loc) · 268 Bytes

Getting started

It is as simple as installing it and adding it to the installed apps:

$ pip install wagtail-calendar
INSTALLED_APPS = [
    ...
    'wagtail_calendar',
    ...
]