linuxsoftware / ls.joyful

An alternative front-end for the Joyous Wagtail Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An alternative front-end for the Joyous Wagtail Calendar.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 69.7%Language:HTML 12.9%Language:CSS 12.2%Language:Makefile 5.2%