Calender

Im mostly doing this to learn, but I have a design in mind where there's a calender (like with almost any kind of scheduling tool).

Im trying to figure out how to acutally set it up, my assumption would be that I need a hugh grid (green) https://i.imgur.com/lJAhMjN.png.

The next issue is that I don't understand how to:
  1. make each square different and have custom data.
  2. change appearance such as red for special holidays etc.
Im currently using Python/Django for the code and im using templates, even tho Im not 100% sure what that is, it seems like I can inser them. For example I have navbar.html, home.html.

Would It make sense to have date.html for the squares, or would i need date1.html, date2.html.. etc. Usually there's a better way.
Was this page helpful?