Birthdays Widget ================ The Birthdays widget displays a list of upcoming birthdays. The source of the list and who is included is determined by the user. For details, see the article :doc:`../../Miscellaneous/HomePageBirthdays`. The widget utilizes an HTML file and a Python script as shown below. (No SQL script is needed.) Since the birthday list is different for each user, Caching should be set to **each user**. HTML Code --------- Below is the HTML code for the Birthdays widget. As supplied by TouchPoint, the file name is **WidgetBirthdaysHTML**. .. literalinclude:: Files/WidgetBirthdays.html :linenos: Python Script ------------- Below is the Python script for the Birthdays widget. It makes use of a builtin Python method, ``model.BirthdayList()``. As supplied by TouchPoint, the file name is **WidgetBirthdaysPython**. .. literalinclude:: Files/WidgetBirthdays.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **04/30/2020** | +--------------------+------------------+ Added this article.