linuxsoftware / ls.joyful

An alternative front-end for the Joyous Wagtail Calendar.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

ls.joyful

.. image:: /docs/joyful-demo-0.png

About

Joyful is a FullCalendar <https://fullcalendar.io> front-end for the Joyous <http://github.com/linuxsoftware/ls.joyous> Wagtail Calendar.

Installation

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

Install the package.

.. code-block:: console

$ pip install ls.joyful

Add ls.joyful to your INSTALLED_APPS.

.. code-block:: python

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 <http://github.com/linuxsoftware/orange-wagtail-site> | live <http://demo.linuxsoftware.nz>

Getting Help

Please report bugs or ask questions using the Issue Tracker <http://github.com/linuxsoftware/ls.joyful/issues>_.