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.
- Host: GitHub
- URL: https://github.com/linuxsoftware/ls.joyful
- Owner: linuxsoftware
- License: bsd-3-clause
- Created: 2020-08-06T03:13:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T18:53:00.000Z (over 4 years ago)
- Last Synced: 2025-12-16T12:43:03.860Z (3 months ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_.