Gencal Template Tag

The General Idea

The ListingCalendar object is inherited from Python’s calendar.HTMLCalendar. The general idea here is to wrap HTMLCalendar in order to pass a list of items. From that list, we’ll gather date objects to plot on the calendar.

Template Tag

Where the magic happens

Project Versions

Table Of Contents

Previous topic

Installation

This Page