An open API service indexing awesome lists of open source software.

https://github.com/linuxsoftware/ls.joyful

An alternative front-end for the Joyous Wagtail Calendar.
https://github.com/linuxsoftware/ls.joyful

Last synced: 14 days ago
JSON representation

An alternative front-end for the Joyous Wagtail Calendar.

Awesome Lists containing this project

README

          

ls.joyful
=========

.. image:: /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.

.. 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 `_ | `live `_

Getting Help
-------------
Please report bugs or ask questions using the `Issue Tracker `_.