Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.11 KB

File metadata and controls

46 lines (33 loc) · 1.11 KB

ls.joyful

/docs/joyful-demo-0.png

About

Joyful is a FullCalendar front-end for the Joyous Wagtail Calendar.

Installation

Follow the instructions for installing ls.joyous with the following additions for ls.joyful.

Install the package.

$ pip install ls.joyful

Add ls.joyful to your INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    'ls.joyful',
    'ls.joyous',
    'wagtail.contrib.modeladmin',
    ...
]

Usage

After installing ls.joyful you will have the option of adding a Full calendar page. This is much the same as a regular Joyous Calendar page, but uses the FullCalendar javascript library to display the events.

Demo

Yet another demonstration Wagtail website code | live

Getting Help

Please report bugs or ask questions using the Issue Tracker.