Skip to content

linuxsoftware/ls.joyful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks